aranvir
aranvir
Hi, thanks for the feedback! I am using `q.client` to buffer certain things but was not aware of `copy_expando`. That looks like a good workaround for my actual use case...
I would also need time specification, not just date range
I don't have an example. I kind of thought I had seen something like this on booking pages for trains and flights but if I look for it now it...
Hi, I was also wondering about this but haven't come to a conclusion yet. So for my projects, I like to install them in develop mode for developing (duh!) from...
Hi @AndydeCleyre thanks for the feedback. I played around with it a bit and got a better feeling for it. I think my question now is: How do I use...
Okay, I see there are quite a few failures. Gonna collect my questions here on how to solve them: - Pyright flags that "session_id" is not a valid key in...
> Regarding `session_id` not being part of the scope, that's my fault. In my example I had shown it being added to the scope because I was being lazy :P...
Hi @guacs changed it to storing the session_id in the ScopeState instead of the scope. Is this implementation okay? Also fixed the linting and testing. Regarding the other failed pipeline...
> @aranvir could you add tests as well? @guacs what tests do you have in mind? The only one that I can come up is to modify the [middleware integration...
Thought about this some more. In my example, I only consider the use case where a session requires authentication. But there is also the case where you'd want "anonymous" sessions,...