Russ Nelson

Results 30 comments of Russ Nelson

This is the npm-debug.log 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ] 2 info using [email protected] 3 info using [email protected] 4...

`npm install` seemed to work just fine but reported these three lines: npm WARN optional Skipping failed optional dependency //elevator: npm WARN notsup Not compatible with your operating system or...

Turns out to be a missing dependency, libgconf-2.4. `apt-get install libgconf-2.4` resolved the issue. I'm guessing that something you're using already installed that library and so you didn't notice the...

The specific reason I suggest this is that if you configure remote_dir with an unwritable path, you get a traceback. A traceback looks like an error in the code rather...

@Rollbacke Suggestion: use pnic_after.keys() to get the interfaces. If the user hasn't set something in the Theme Data that matches one of these interfaces, throw a traceback: for dev in...

I created a pull request for @Rollbacke 's work.

It's pretty easy. (on the git page for the repo) git clone your-fork-url git checkout -b newbranchname make your changes git commit -a -m "why you made changes" git push...

No need for that. Just check out the associated branch and add your commits to it. They'll show up in the PR and everything copacetic.

I created a pull request for it.

https://en.wikipedia.org/wiki/G%C3%B6del%27s_incompleteness_theorems is applicable here. You want to be able to express ANY sequence of characters BUT you have to split them into sub-sequences using only characters in the set of...