Harvey Chapman
Harvey Chapman
The current REPL responds to .editor by reading stdin like running `cat` with no arguments. It would be a ton friendlier to open an editor like nano or vim and...
I eventually found the `Ctrl-V` answer in StackOverflow, but not before I'd used the REPL for about 2 weeks thinking that multiline was broken in the REPL. Also, while StackOverflow...
For both inside a script and across all scripts, how can I tell hubot/robot to stop parsing an incoming message? I'm looking to sometimes implement the behavior of "first match...
There are incoming reports around 6pm on Friday in the hourly graph, and they're completely absent from the daily graph which shows the same time period.  ![graph...
The Recaptcha validator grabs a specific field by name instead of using `field.data` (link to line below). This means that an HTML form *must* send the recaptcha value as `g-recaptcha-response`...
It would be nice to have a graphic showing examples of all of the builtin themes.
The bitbake build system uses % characters as wildcards in filenames. A typical recipe modification might be included in a file named `gdb_%.bbappend`. Spacemacs displays that filename in the modeline...
I ran the Linux wget and tar install command and it unpacked three files into my current directory. It should have unpacked into a directory like "viddy_0.3.6" so it doesn't...
https://github.com/hubot-scripts/hubot-business-cat/blob/master/src/businesscat.coffee#L27 In `removeTerm()`, if a term is not found, it returns undefined due to the return being nested inside of the `if [found]`. Thus, if the last term in `omittedJargon`...
I would much prefer to have ViMediaManager download subtitles for movies/shows than Boxee. Since I'd eventually like VMM to rename files/folders for me, this would seem to be necessary. It...