home.social

#contextvars — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #contextvars, aggregated by home.social.

fetched live
  1. Anyone understand #ContextVars in #python ? I'm trying to add support to #svcs so that when there isn't a web framework with a context to glom onto, that you can use the thread/thread.local/ContextVars and an alternative to the Application/Request that a web framework would provide.

    So far, I can only get it to "work" if the ContextVars are globals.

    gist.github.com/matthewdeanmar

  2. Anyone understand #ContextVars in #python ? I'm trying to add support to #svcs so that when there isn't a web framework with a context to glom onto, that you can use the thread/thread.local/ContextVars and an alternative to the Application/Request that a web framework would provide.

    So far, I can only get it to "work" if the ContextVars are globals.

    gist.github.com/matthewdeanmar

  3. A culmination of a couple of evenings I spent digging into nasty unraisable exceptions related to management, printed by the runner when ran by the server.

    github.com/grpc/grpc/pull/37240

    I wonder, how far can it go? 🤔 When it comes to complicated projects such as gRPC, it's never easy to receive some feedback or negotiate with maintainers. I was also frustrated by the I needed to sign to deliver the fix.

  4. A culmination of a couple of evenings I spent digging into nasty unraisable exceptions related to #contextvars management, printed by the #pytest runner when ran by the #asyncio #grpc server.

    github.com/grpc/grpc/pull/3724

    I wonder, how far can it go? 🤔 When it comes to complicated projects such as gRPC, it's never easy to receive some feedback or negotiate with maintainers. I was also frustrated by the #CLA I needed to sign to deliver the fix.