Samuel Williams
Samuel Williams
The windows OS has been failing on tests for ages. The current error says that it cannot find the chrome binary. This GitHub action should provide it.
PyInstaller now has a custom hook for Eel (https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/6) that tells it how to collect eel.js and our hidden imports (bottle-websocket), so we don't need our own code to enable...
Add support for reloading the Bottle server during development. Eel on the JS side will now try to automatically reconnect to the Python/Bottle server when the websocket dies. This allows...
## **What kind of change does this PR introduce (Bug fix, feature, docs update, ...)?** Feature ## **What is the current behavior?** All of the devenv helper commands require explicitly...
Internal copy of https://github.com/alphagov/notifications-net-client/pull/171 ## What problem does the pull request solve? ## Checklist - [x] I’ve used the pull request template - [ ] I’ve written unit tests for...
## Expected Behavior It should be possible to install and use `appengine-python-standard` with recent versions of `urllib3`. ## Actual Behavior `appengine-python-standard` [restricts urllib3 to
While scanning the code I noticed that there's a mismatched class attribute. On the base class it's `user_enable`, but on the subclasses and when checking in the template, it's `user_activate`....
At the moment, the debug toolbar provides an interstitial page upon redirects by default. This can be configured on/off explicitly with the `DEBUG_TB_INTERCEPT_REDIRECTS` setting. I'd find it really useful if...