-
**Describe the solution you'd like**
1. Python 3.9+ can use f-strings instead of `str().format()` and should improve performance slightly
2. python 3.9+ can use type-hinting
**Describe alternatives y…
-
I love the language design so far, especially with type annotations fixed to be in `name: Type` form.
But one thing, that I could not find in the docs nor in todo list, is the [decorators](https://…
sirex updated
3 years ago
-
**Note:**
If you have a feature request, you should [contact support](https://docs.datadoghq.com/help/) so the request can be properly tracked.
**Is your feature request related to a problem? Ple…
-
1. It's possible to pass DI deps to the node that doesn't expect those deps with such names
2. It's possible to not pass DI deps to node that does expect deps
3. It's possible to pass deps with inco…
-
When modeling semi-structured data, discriminated unions are an invaluable tool in your arsenal.
It allows you to model a variable unit of data, where each unit concisely specifies its type and paylo…
-
**Bug Report**
This code sample gives errors on the presence of `f` in `X`'s constructor but not on `DX`'s
```
from __future__ import annotations
from typing import Callable, Type
from datacl…
-
I believe this is a bug (explanation below).
I expected to be able to statically check a case by checking whether `self` matches a given protocol (with the `check_implements` below).
This seems …
-
+ 버전 선택해서 설치하기
+ https://stackoverflow.com/questions/5226311/installing-specific-package-versions-with-pip
```
pip install -Iv MySQL_python==1.2.2
pip install 'stevedore>=1.3.0,
kooBH updated
5 years ago
-
#### My Pain
I'm developing my applications in the VS Code editor. Furthermore I use pylint and mypy to help me create code of high quality. And google style docstring for documentation.
Param u…
-
The mypyc user docs haven't seen much love for some time. It's worth going through and updating it to reflect the current state of affairs and be more comprehensive.
### Updates & fixes
- [x] Up…