Max Pleaner
Max Pleaner
``` sh max@max:~$ butterfly.server.py [W 160221 16:03:20 butterfly.server:317] Butterfly is ready, open your browser to: https://localhost:57575/ [W 160221 16:03:25 iostream:1276] SSL Error on 4 ('127.0.0.1', 47158): [Errno 1] _ssl.c:510: error:140890C7:SSL...
Trying out the example, verbatim. Also tried laoding the gem from git, THis error is showing up in the browser insepctor console when I visit /posts/new
Hi, the main SANE website links to [this blog post](http://www.100percentjs.com/introducing-new-series-tutorials-sane/) as the "main tutorial". The blog post then links to this Github repo, saying there will be videos and tutorials...
I am using the Terminator terminal and everything I've tried works well except for the commands to select next / previous word (control+shift+right and control+shift+left). The shift+direction commands are working...
in `wifi-password/node_modules/linux-wifi-password/index.js`, I needed to change line 7 from `var args = ['cat', '/etc/NetworkManager/system-connections ' + ssid];` to `var args = ['cat', '/etc/NetworkManager/system-connections/Auto\ ' + ssid];` (the difference being `/Auto\`)...
I really just want to know if the word I've typed is actually a word or not. It's not that helpful when the "word is ok" case is treated the...
I understand that if I'm going to be writing Elixir, I might as well use its method for calling system methods. But in the interest of reusing existing Ruby scripts,...
After setting the ENV variables for my Twilio Auth / App / Number ids, I ran `python configure.py` but got the error: ``` The requested resource /2010-04-01/Accounts//Applications/.json was not found...
removing --use-mirrors made `pip install` work for me. the heroku create command threw an error unless the `--stack-cedar` flag was replaced by `-s cedar` I'm on Linux Mint (Ubuntu) using...
Running on Ubuntu 16: ```txt > coffee -v CoffeeScript version 1.11.1 > node -v v6.7.0 > uname -r 4.4.0-47-generic ``` The lib version: ```txt "rubyjs": "^0.7.2" ``` I haven't seen...