Paolo Montrasio
Paolo Montrasio
Create a Google Docs document in My Drive. Call it test. Type in it `test`. ``` $ drive pull test Resolving... + /test Proceed with the changes? [Y/n]: Y 1...
Unfortunately rake notes won't find the annotations made for this gem. I hacked this together `echo "require File.expand_path('../lib/tasks/notes', __FILE__)" >> Rakefile` The file `lib/tasks/notes` is ``` ruby class SourceAnnotationExtractor def...
Context: `find_element` calls `search_element`, which calls`make_req`, which calls `send_req` which either immediately succeeds or calls `make_retry` every 250 ms (hardcoded value) for at most `retry` retries, where `retry` is the...
The documentation starting at https://github.com/HashNuke/hound/blob/e10c8723bcdcf3c64b0f21892bd61b98eb6ff0c9/lib/hound/helpers/page.ex#L229 doesn't list all the keys supported by `set_keys/1` I was looking for a way to send the right and left arrow keys to the browser,...
I'm trying to deploy a Phoenix application to heroku. I'm using master for Erlang and v1.0.0 for elixir. I get `(UndefinedFunctionError) undefined function: Mix.start/0 (module Mix is not available)` whenever...
I followed the instructions in the README to download rust with apt-get and clone oxidize. I run make and I get `make: *** No rule to make target `rust-mustache/Makefile', needed...
I was running epcap inside an Elixir program on a Raspberry PI 3 when I run into this error ``` ** (FunctionClauseError) no function clause matching in :pkt_ether.type/1 src/pkt_ether.erl:37: :pkt_ether.type(34924)...
### Why/User Benefit/User Problem I use Linux. X11 (and hopefully Wayland) copy text to clipboard by selecting it with the left button and paste text by clicking the middle button....