Kay Hayen

Results 1287 comments of Kay Hayen

I scheduled a conference, let me rebase the branch for you to 2.3, if I can, I do rebase for bisection at release times

Seems, I didn't get the right to change the PR branch, so what I am going to do, is to cherry pick the parts that conflicted into factory, so that...

So, my merge results are on the factory branch. When you git rebase to the factory branch, simply `git rebase --skip`, and you should be good. I would find it...

We are working on it, parts were merged for last release, making many of the original changes unnecessary, and there are other PRs to make this more viable. It's a...

This is looking like an issue of compatibility with `getattr` on the storage while an exception was active in the context generator function used here: ``` def __getattr__(self, key): with...

I believe, we finally need to generate the getattr, hasattr, variations that are floating around, where we also can have a look at taking advantage of the ability to cache...

I am confused to see that you report using 3.9, but alas, maybe there is that too, not sure now. You were not using the proper reporting output to be...

It's strange that my 3.10 didn't do it, but totally possible the versions of `asgiref` just didn't align, and then this error would be more general indeed. Once I get...

Without a reproducer, I can't do anything about it.