Nick Badger
Nick Badger
Lots of asyncio primitives and operations have a keyword argument `loop=None`. I cannot find an explanation of it in the docs (doesn't mean it doesn't exist, just that I can't...
Quick preface: + this only happens with ``strict_exception_groups=False``, and enabling strict exception groups fixes the "problem" + I'm not even sure I would necessarily consider this a "problem" with the...
Hello hello! I've said this before, but it definitely bears repeating: thanks for all the hard work on Trio. It's still part of my go-to async toolbox, even after so...
Related to #229: when writing a generic class/function that uses type parameters, the syntax is incorrectly highlighted. This syntax was introduced in 3.12 via [PEP 695](https://peps.python.org/pep-0695/). Currently these are incorrectly...
## Motivation This PR allows users to apply a tag to a lambda function that results in a deterministic, user-specified function URL when subsequently calling the ``create_function_url_config`` endpoint. This is...
Hello! There was some discussion in [this post](https://github.com/benfred/py-spy/issues/110#issuecomment-509039603) about potentially shipping python bindings to py-spy to support its use as a library. I'd like to formally request this feature :)...
While reading through #29, I saw [this comment](https://github.com/CarliJoy/intersection_examples/issues/29#issuecomment-1854532691): > I think the most important thing that we're missing are motivating examples. So I figured I'd chime in with one that...
``` deno --version deno 2.1.10 (stable, release, x86_64-unknown-linux-gnu) v8 13.0.245.12-rusty typescript 5.6.2 ``` Hello, complete deno noob here, so I might be missing something major. That being said: I have...