-
Hello,
As of today, when using CSV File input, types are automatically set by Amphi. I would like to deactivate this behaviour as an option, in order to control myself the types and avoid bad typin…
-
**Preamble**
- This issue may already exists but I was unable to find an exact match. There are plenty of issues related to the PEP 604 syntax but none that are really about using `typing.Union`/`t…
-
## Describe the bug
Fails to parse type of optional `num_iteration` parameter for LightGBM's predict method
```
INFO:[2024-10-24 10:47:23.863] - Analyzing arguments in .
WARNING:[2024-10-24 10:4…
-
This is a bit niche, but when I was reviewing some naive code submitted to me I saw some bizarre typing generated by `pyupgrade` which looked something like
```python
def f() -> int | None | None:
…
-
Perl6からのバックポートでoptional typingできるようになってほしい。マルチディスパッチとかオーバーロードとかはいらないので。
-
### Vue version
3.2.37
### Link to minimal reproduction
https://sfc.vuejs.org/#eNqdUzuP1DAQ/itWqpx0iREnhBSyuaUAiQaoqNxkk9nFt/FDfgShkP/OOE72QnK6gs6eGX+PmfGQfNQ67z0kRVI6ELqrHVRMElJ+kdq7r16cwJA+E6qF7s…
-
It would be cool to have an option where typing in English characters automatically searched in English and typing in Kanji or Hiragana/Katakana would automatically search in Japanese. This of course …
-
py2puml fails to inspect a dataclass using `Optional` as follows:
```python
from dataclasses import dataclass
from typing import Optional
@dataclass
class MyData:
data: Optional[bool]
```
…
-
## Todo
- [ ] allow emitting more than one error when lowering the hir
- [ ] introduce a feature-flag for typing support
- [ ] give each `Expr` an optional type
- [ ] check that there is no type…
-
mypy complains about functions wrapped with ```plumbum.cli.Predicate```:
`error: Invalid type "..."`
An example:
```python
from plumbum import cli
@cli.Predicate
def GummyBear(n):
if not n.…