Steven Troxler
Steven Troxler
Summary: Github tests caught another too-new-to-use feature in our Python code: you cannot directly subscript builtin containers like `dict` until 3.9. In this case since there's no runtime need for...
Most of the changes are just related to python3 using unicode `str` and u8 `bytes` rather than u8 `str` and unicode `unicode`. I also ran into some issues with `if...
It looks like two different well-defined user errors result in a status code of 500 - specifying a nonexistent docker image - trying to run on a nonexistent ECS cluster...
There are 2 different reasons for this: - it's possible for a task definition to be deleted when a task is still running, which can lead to worker confusion -...
This kind of metadata could prove very useful for certain administrative needs
Added a type comment for the `newline` argument of `from_filename`, which is passed down to `open`.
Summary: This updates to what we are currently seeing in the integration tests. There is a regression here: we don't seem to be resolving werkzeug.utils.redirect properly; Maxime was able to...
The released Linux Pyre binaries on PyPI are currently built from this codebase on machines that generally run very recent versions of Linux. This has caused problems because the `glibc`...
Jelle and I are starting to look at organizing a Typing Summit at PyCon US 2024. We are still working with the conference coordinators to find the date, but the...
### Describe the Bug We already show `@_` on hover if a type is never pinned; I'm in the process of changing `reveal_type` to do the same if it is...