Zeke Gabrielse
Zeke Gabrielse
Since we've been doing this internally for awhile now, I'd like to push best practices by default. This will have to be for a `3.0` release or something similar, as...
I was looking for an add-on that did this, and stumbled upon this gem in the process. Ever consider making this an official Heroku add-on? 🙂
Whenever I try to run `rails c` locally (development env), I receive this error: ``` $ rails c Could not find sshkit-interactive-0.2.0 in any of the sources Run `bundle install`...
When sniffing the entire repo, it's hard to discern the offending commit. Last time I checked, [go-diff](https://github.com/sourcegraph/go-diff) didn't expose the commit hash (idk if git even supplies this for diffs,...
### Bitcoin SV (BSV) * link to logo: https://bitcoinsv.io/wp-content/uploads/2018/08/BSV_logo_RGB.png * official website: https://bitcoinsv.io/ * logo color: `#e2b400 ` * bitcointalk.org thread: https://bitcointalk.org/index.php?topic=4985868.0
Quick and dirty fix for #47. This removes whitespace and newlines around an escape character when an escape character is present, replacing it with a single space. I'm using this...
Instead of requiring an update server to respond with [a specific JSON schema](https://github.com/Squirrel/Squirrel.Mac#update-server-json-format), what if we also allowed a server to respond with an HTTP `301`, `302`, `303` or `307`...
The new section in the readme about updates using a static JSON file (implemented in #219) isn't very clear as to e.g. what the `updateTo` key is actually supposed to...
A lot of the deployment config values are required, but can be given sane defaults. We should add default values to them so that the `Juicefile` isn't so long. The...
Not really sure if I like this one, as it would require storing SSH/SFTP credentials inside of the repo.