Krukov D
Krukov D
@alessio-locatelli Thanks for answering. Probably we can mention this example as one of possible issue that can be fixed by middleware , Also middlewares like this can be a part...
Hm, looks like middlewares have access only to a raw value, not a serialized/pickled once. So maybe it is a good feature request to add compression for picked values
@dependabot rebase
Thanks for reporting, I was on a long "vacation" , Sorry for taking so long to reply. Is there any chance that you will reopen yours PR ?
@dependabot rebase
I didn’t think about it. Probably it is a good benefit at least for performance. Thanks. I’ll back here soon
Hello, thanks for reporting this issue. I thought that threads will inherit context value of a main thread (via `ContextVar.set` ) I’ll thy to fix it ASAP, stay tuned
template_context is already a "thread safe" singleton (thread/coro local) I moved the default value for template_context because of RUFF. After upgrading, ruff noticed that the default value can be changed,...
Should be fine on 7.4.3, Please help me verify it )