-
```py
from typing import Callable
def x(f: Callable[[], None]):
f.__name__ # str
```
-
Some ways to call certain functions are just wrong, and are known to be a bug. For example, [passing type=bool to argparse's add_argument method doesn't work](https://stackoverflow.com/q/15008758). To…
-
This issue is for feature suggestions that don't have their own issue (yet). This allows us to brainstorm fearlessly without creating a ton of issues for lightly-considered ideas.
---
All propos…
-
[It's difficult to believe this hasn't been reported before, but, with apologies, I haven't been able to find an open issue describing this.]
**Bug Report**
Mypy doesn't support using `@property…
-
Hello, it's my first post here, so sorry in advance for any mistake.
I'm using Draft to create a message input component.
I'm using decorators to decorate "hashtags", and Entity to render emojis.
I…
-
### Python -VV
```shell
Python 3.10.14 (main, Aug 14 2024, 05:14:46) [Clang 18.1.8 ]
```
### Pip Freeze
```shell
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
aiosignal==1.3.1
annotated-types==0.7.0
…
-
## Problem statement
In case when number of objects generated by the node is changed the node remove unused ones. It seems it's quite expensive. The problem can be in the implementation itself. If …
-
### Bug description
When interrupting a run with Ctrl+C, the WandbLogger does not upload a checkpoint artifact
### What version are you seeing the problem on?
v2.4
### How to reproduce the bug
_N…
-
See https://github.com/microsoft/cadl/issues/462
Here we have a problem that KeysOf and ParentKeysOf are distinct types that we process twice. It would be nice if we could write:
```
alias Pare…
-
### Problem Description
Nice project; thanks for your work! When using a [wide check](https://pandera.readthedocs.io/en/stable/checks.html#wide-checks), it would be nice to be able to restrict the fa…