Sebastian Rittau
Sebastian Rittau
We are happy to maintain the stubs in typeshed, but we always encourage upstream projects to ship stubs (or type annotations) themselves: * It's easier to keep them in sync....
Docker 20.10 also supports env secrets. We use those to pass our Font Awesome auth token to docker: ``` DOCKER_BUILDKIT=1 \ docker build \ --secret id=fontawesome,env=FONTAWESOME_NPM_AUTH_TOKEN \ . ``` Dockerfile:...
It might be due to the same root cause (`foo: int` not introducing a name). But I think the behavior should be a bit different. #486 is problematic since it...
Cc @JelleZijlstra who contributes those stubs.
Looking at the implementation of `gather()` in both Python 3.5 and 3.7, it seems to always return a list future. The problem is that there is no way to annotate...
The latest released version of urllib3 (1.26.8) doesn't include the marker yet. I assume that the next major version, which will drop Python 2 support, will include it. Six months...
Unpinned temporarily to make space for #8956.
I would honestly limit this to just select stubs that need it. We ran into CI limits in the past and we don't need to waste them on what is...