Results 454 comments of Dima Tisnek

@masipcat as someone who starred this project, please cast your vote or write a better idea in 🙏

@nikitavoloboev as someone who starred this project, please cast your vote or write a better idea in 🙏

Hi Javier! I think the Linux base doesn't matter here (also I reject the alpine flame). I'm quite sure it's going to be same whether the build base if alpine...

Rtd is fine :I hang CI is fine :)

@florimondmanca I think you may be right, I'm using fastapi/starlette/uvicorn and andeed my context var setup needs tricky context saving/switching because lifespan is a separate call (from middleware's point of...

I'm pretty sure I know what happens now: I made a middelware that listens to lifespan events, and I'm using with fastapi/starlette/uvicorn. It works fine in that config. However, in...

🤔 the code appears to do the right thing... starlette lifecycle is indeed quite peculiar, and as @ojii pointed out (separately) my middleware may not be doing it right. another...

There's an interesting interplay between RCU and GC -- in the kernel and refcount world, thread has to deallocate "old" data; but if datum is subject to GC, it can...

I wonder if Jacek is still working on this or if he gave up 😅