Adam Parkin
Adam Parkin
As it stands if you install beaker, but don't install pycrypto you'll run into ```InvalidCryptoBackendError``` errors when using ```CookieSession```. This is annoying from a system administration point of view, as...
The existing scrollbar example only had a single option which meant it didn't actually showcase the scrolling. This fixes that.
### Issue description or question I use Sourcery via the VS Code extension, and while VS Code is now native M1, I noticed that Sourcery still appears in Activity Monitor...
### Issue description or question I have to work on a project that is still Python 2 for work, but all the other projects I work on are Python 3.8...
### Issue description or question If you have code like: ``` def find_item(needle, haystack): result = haystack.search(arg1=True, arg2=False, field1=needle) if not result: result = haystack.search(arg1=True, arg2=False, field2=needle) if not result:...
With my Django 1.11 project based on django-oidc-provider, I have a number of unit tests that I run via Pytest (https://pytest.org/en/latest/). Upon running those tests I see a number of...
It'd be nice to have a method or hook where one could define clean-up actions on a RemoteProgress indicator. The `update()` method allows one to update progress info, but there's...
### Description I have safety as a dependency tracked by pyup on this repo: https://github.com/pzelnip/depwatch/pull/459 Today it opened a PR saying to upgrade safety to 2.0. 2.0 appears to be...
* safety version: whatevers in the pyupio/safety:latest Docker image * Python version: whatevers in the pyupio/safety:latest Docker image * Operating System: OSX ### Description For Django I want to run...
### Description Safety 1.10.1 is now out, but it appears that the `pyupio/safety:latest` Docker image on Dockerhub is still 1.9.0: ``` $ docker run --rm pyupio/safety safety --version Unable to...