Matthias Kestenholz
Matthias Kestenholz
It's not the first time that I see problems of this type where `request.user`'s `SimpleLazyObject` fails to materialize "early enough" to either an user or `AnonymousUser` instance. These problems also...
Also, python-social-auth has a terrible amount of code just for solving the problem of authenticating with some OAuth2 services... :-(
Yes it seems that this is quite an elusive bug :-/
Luckily we don't support Django
Oh, I'd certainly review a pull request adding this feature. It's not a thing which bothers me right now though.
I'm not aware of any work happening in this area right now. Nothing has changed...
Wow that's awfully slow. The time is mostly spent in stat and listdir it seems. Maybe filesystems operations are slow inside Docker depending on the environment, but I don't know....
This looks a bit as if `sys.stderr` would emit log events? See here: ``` 2022-06-02 14:54:15 File "/usr/local/lib/python3.9/logging/__init__.py", line 1091, in emit 2022-06-02 14:54:15 self.handleError(record) 2022-06-02 14:54:15 2022-06-02 14:54:15 File...
The DB API 2.0 PEP (https://www.python.org/dev/peps/pep-0249/) does not mandate a type for the SQL operation -- whether it's bytes or str isn't defined (which isn't surprising at all since the...
Great. @ahardjasa do you want to submit a pull request?