Michael Mulich
Michael Mulich
I'd like to add (feature request) **before and after login view events** (hook points). Events on login are useful when using velruse as a plugin or possibly for extending the...
I'm running into an error when using Delorean within a Django app context. This only happens when the Django app is loaded. For example, in the interpreter setup by django:...
## tl;dr; Is there a way to allow "undocumented" responses? I use "undocumented" because this is how the [Swagger Editor](http://editor.swagger.io/#) terms it. ## long description of the problem Originally, I...
I've installed using `pip install pygit2==1.12.1`. The environment is a `python:3.10` docker container. I'm receiving: ``` Traceback (most recent call last): ... File "...", line 197, in pull_repo remote.save() File...
Would anyone be opposed to a few [PEP8](http://www.python.org/dev/peps/pep-0008/) changes? I can make the changes and submit them no problem. Most python IDEs are going to make these adjustments for the...
I'm curious about why PyBit choose to use queue exchange, topic style queue assignment and named queues. Forgive me as I'm still a bit green when it comes to using...