Danny Guinther
Danny Guinther
I'm not sure if this is intended behavior, but I've run into a scenario where it seems like `hypercorn` is unable to immediately respond to a shutdown trigger. Instead, `hypercorn`...
I'm not sure if `sparsezoo.package` is provided so other libraries can import it, but if not, this code seems dead. Github search only yielded [one instance where I could see...
I believe I'm hitting the same issue as https://github.com/newrelic/newrelic-python-agent/issues/605, however, I don't think `graphene` is part of the problem. I think the real problem is `newrelic`+`graphql-core`. I think that the...
This PR aims to fix #28. Seems like this library uses an ancient GraphiQL setup. This PR updates some of that on the way to supporting making the headers editor...
Y'all may have a reason for not defining the return type of `ContainerProtocol.register`, but if so, I didn't pick up on it. Here I propose making `ContainerProtocol.register` return `Self`. This...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
###### Which version and edition of Flyway are you using? 10.19.0 ###### Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin) CLI ###### Which database are you...
### Is your feature request related to a problem? Please describe. Interceptors offer a means of handling cross-cutting concerns in a way that insulates any given Activity instance from those...