euri10
euri10
not sure there's a link and can't remember why now but in uvicorn we force the SelectorEventLoop to be the default for windows Le ven. 1 mai 2020 à 10:23...
@gvbgduh what's the `server_default` you're referring to, I greped the source and found nothing?
if [this](https://github.com/python/exceptiongroups/blob/master/except_star.md?) lands could be helpful
using this [test branch](https://github.com/euri10/p5/tree/from_x_import_star) this [file](https://github.com/euri10/p5/blob/from_x_import_star/profiling/arcs.py) could be written this way. Is that something you'd considered, the changes are somewhat huge... ```diff ❯ diff namespace.py profiling/arcs.py 1,2c1 < import p5...
this one I'm using too it's very handy
I'm interested in this as well, mostly for template, using the jinja2 url_for most of the time but this PR is missing to update the signature in here: https://github.com/encode/starlette/blob/337ae243b10d3c20db53b77bc3c7718bb4f1a164/starlette/templating.py#L82
yes it's exactly what's reported in the 2 issues you linked that I'm facing, one thing that would be interesting would be to check if affected users effectively use gdm3...
I think it goes along with this question https://github.com/snok/asgi-correlation-id/discussions/16 Currently the project is 99% asgi middleware in the sense it has a Starlette dependency for the headers iirc, and the...
Just my 2 cents on this, have you tried the same gist without using a custom queue name @theunkn0wn1 ? I've never dug deeply into it because time's lacking, but...
would be better to use the `Where()` clause and `Empty()` imho, that would at least show an example, I often build queries this way