-
Reading https://github.com/bazelbuild/bazel/issues/7428 makes me feel like we have worse of both worlds - dynamic typing without dynamic lookup, or static lookup without type safety. If tooling and sa…
-
We're building typing_extensions 4.12.2 with Python 3.14.0a1 in Fedora Linux. Unittests fail during the build:
```
+ /usr/bin/python3 -m unittest discover
.F......................................…
-
**Describe the bug**
Unable to use string references with `Link` across different modules. When using string references for `Link` without importing the actual model classes (i.e., relying on forwa…
-
The idea is to have optional static typing similar to Python though somewhat stricter.
## Idea
Syntax:
```
var a: str = "Yo"
```
Here the `: str` signals that the right hand side of the ex…
-
Hello i am trying to call the function table_to_df:
```import requests
import json
import pandas as pd
import numpy as np
from stats_can import StatsCan
sc = StatsCan()
def get_statcan_dict(u…
-
## 🐛 Bug
Getting an invalid typing.Optional[int] error when setting max-tokens and trying to train a model using fairseq-train.
### To Reproduce
Steps to reproduce the behavior (**always incl…
-
![image.png](https://raw.githubusercontent.com/saajidshaik02/pe/main/files/ccc49970-8228-42fb-bf53-ae079cd17d92.png)
---
To me as a user, what is the difference between [all]... , [contacts]... and …
-
I have the following warning:
> /Users/adam/.virtualenvs/sybil-extras/lib/python3.11/site-packages/beartype/_util/error/utilerrwarn.py:67: BeartypeDecorHintPep585DeprecationWarning: Method sybil_e…
-
Hello. I just wanted to suggest adding a 'stub' for this library for static typing using the library [mypy](http://mypy-lang.org/) (no need to change code, the stub can go in a separate file).
I have…
-
Heya, minor issue with typing:
This passes mypy type checking:
```python
@attr.s()
class MdParserConfig:
url_schemes: Optional[Iterable[str]] = attr.ib(
default=None,
…