Anthony King
Anthony King
We're having some issues at the moment, where running Flask via the Starlette WSGIMiddleware ends up [dropping the Body](https://github.com/pallets/werkzeug/blob/e89c0f85f1a43b4d8519573454c6a897ab6a189d/src/werkzeug/wsgi.py#L233-L237) due to no `Content-Length` being present. API Gateway doesn't provide the...
Recently committed some code that Prettier doesn't understand. Update everything while I'm changing Prettier (which is what caused the whitespace changes anyway).
**Is your feature request related to a problem? Please describe.** Currently, to extend the DataProvider, we have to be very explicit about generics, and do a fair amount of hackery...
First off, thanks for the great product. We've been a use of your Product for a few years. Very similar to #70, We'd like to be able to query for...
With the growing use of `asyncio`, we need ways to mock Coroutines. Currently, `mock` and `unittest.mock` do not support creating specs for coroutines (AsyncMock is being added in python 3.8)....
I fully understand you only support slate 0.32, however I will flag this bug regardless. A change was introduced in slate 0.33.5 (works fine in 0.33.4) that causes nested lists...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps#redirect-urls ### What part(s)...
Effectively the same as [this issue from mypy](https://github.com/python/mypy/issues/13117) Ellipsis is a [constant](https://docs.python.org/3/library/constants.html#Ellipsis) in Python, so we're able to do identity checks on it for narrowing. This allows supporting using Ellipsis...
**Describe the bug** When a workflow uses a composite action, the post steps of actions within the Composite have their inputs evaluated with the Steps context. However when the same...
**Is your feature request related to a problem? Please describe.** We deploy multiple instances of Fission; however parts of the Chart don't support this pattern out the box. The main...