-
# Bug report
## What's wrong
`typing.re` is deprecated and will be removed in python 3.13
```bash
dotenv_linter/visitors/fst/names.py:3
/dotenv-linter/dotenv_linter/visitors/fst/names…
-
@MattHag Is this in the dependencies?
-
An automatic fix would be great if symbols are imported from `typing` that are not available at the lowest required python version but are available in `typing_extensions`, if `typing_extensions` is…
-
The Callable should be able to be tightened up on line 43.
So, that can probably become `Callable[[_TSelf[_T]], _T]`.
However, looking at that, it's defined the _cache as `_cache: Dict[str, _T]`. …
-
**Describe the bug**
When typing a date without zeros and with a 2digit year, when the day is smaller than 13, it invert the day and the month even though the dateFormat is "dd/MM/yyyy"
**To Repro…
-
### Software
Pieces OS
### Operating System / Platform
Windows
### Your Pieces OS Version
10.1.11
### Early Access Program
- [ ] Yes, this is related to an Early Access Program feature.
### Ki…
-
Hi there. What a lovely library. I'm encountering a typing issue with dynamic inserts: `Type of 'await' operand must either be a valid promise or must not contain a callable 'then' member.`
```ts
…
-
### Feature Request / Improvement
For example, [Catalog functions](https://github.com/apache/iceberg-python/blob/b7942a85dfb74ce3736c5088995e7bd0b996d56b/pyiceberg/catalog/__init__.py#L333) and [File…
-
I have a function like this:
```rust
#[gen_stub_pyfunction(module="symbolica_community.tensors")]
#[pyfunction]
pub fn dense(structure: Bound) -> PyResult {
let structure = PossiblyIndexed::e…
lcnbr updated
3 weeks ago
-
Not sure if regression.
Works at runtime, but last `partition` doesn't type check:
```ts
import { filter, partition, test, where } from "ramda";
export interface IFoo {
bar: string;
}
c…