Keybase proof
I hereby claim:
- I am filfreire on github.
- I am filfreireadidas (https://keybase.io/filfreireadidas) on keybase.
- I have a public key ASDzy9RmnA-fPFC2Y1dIB4BasHiftAImwELGwA4qTRooygo
To claim this, I am signing this object:
# quick hack alternative to using 'jq -r .some_field' | |
grep -o '"some_field": *"[^"]*' experiment.json | grep -o '[^"]*$' |
I hereby claim:
To claim this, I am signing this object:
//... Le usage: | |
final Response response = new RequestOf(this.spec, "POST", endpoint).execute(); | |
Serenity.setSessionVariable(StaticConstants.SESSION_RESPONSE).to(response); | |
//... Le class: | |
package com.jurassicpark.requests; |
start new:
tmux
start new with session name:
tmux new -s myname
// Sometimes it's necessary to do a bit of clean-up | |
Array.prototype.forEach.call(document.querySelectorAll('.js-comment-delete button'), function(el, i) { | |
el.removeAttribute('data-confirm'); | |
el.click(); | |
}); |