Brian Rosner
Brian Rosner
In an attempt to work around https://github.com/atom/atom-shell/issues/550 causing issues for atom-lint, I found that the Go plugin fails to honor the configuration path. In my configuration I have: ``` 'gc':...
While debugging a full-screen app (created from mobile Safari's feature of adding a site to the home screen), I discovered the undesirable behavior of being logged out when "closing" the...
It would be good for us to reconsider our usage of: - `ACCOUNT_LOGIN_URL` - `ACCOUNT_LOGIN_REDIRECT_URL` - `ACCOUNT_LOGOUT_REDIRECT_URL` and merge them with what Django provides. Originally these were created to add...
The quick start doesn't even mention anything about `npm install`. While it may not be the place for showing customization of the starter project, it would be good to get...
Fixes #84
Presently, when frequency is turned off, the widget will make an API call to determine what to turn off. This isn't necessary if we maintain a list of what we...