Joe Esposito
Joe Esposito
Replaced the in-place separator string with a variable that gets set similar to the way Node does it. When upgrading Node to a version that includes [this commit](https://github.com/joyent/node/commit/4bd54dad33722e93bae5a16f6b274d08944c24cc), the declaration...
The `--render-offline` didn't make the 2.0 release, because it doesn't render the same content as GitHub. The functionality is there. The CLI option is added back again in the [fix-render-offline](https://github.com/joeyespo/grip/tree/fix-render-offline)...
Opening this to track whether `TypeError: required field "type_ignores" missing from Module` gets fixed in Python 3.8 or not. If it doesn't, we'll have to force an upgrade of the...
Right now, you need to manually create and edit your `~/.grip/settings.py` file. As [@sjackman](https://github.com/sjackman) has [pointed out](https://github.com/joeyespo/grip/issues/61#issuecomment-56461578), Gist offers a much better experience for [storing auth information](https://github.com/defunkt/gist#login). Grip should take...
I found @schickm's [solution](https://github.com/stonecircle/ember-cli-notifications/issues/43#issuecomment-276453084) very useful for, e.g. adding a link inside the notification. So here's a PR using his example and rebased onto `master`. Thanks!
This library is wonderful for getting and setting individual cookies. I have a case where I need to get all cookies though. It'd be nice to just re-use the `get()`...
This was requested from an email. By allowing the entire URL to be customized, this extension can then be used for Google Apps instead of just [inbox.google.com](https://inbox.google.com). (Feel free to...
(This request comes from an email conversation) Dependencies - [ ] #26
The `_locale` folder is a leftover artifact from an earlier version. It hasn't been updated and English strings have been inlined since then. This PR is to get back to...
This will drastically help cases like #12, and other problems in the future. Even though the reports won't be open to everyone (nor should they be), I can still post...