-
Is there any type hinting style in `datacontract-cli`?
What do you think about usage of type hinting libraries/checkers in the CI of this repo? `mypy`?
Data contract specification module is a go…
-
### Bug description
```python
# Optional method arguments or local scope variables are not properly inferred to be list[str] when in the if body.
# example.py
from typing import Optional
from pyda…
-
**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 alternativ…
-
# Bug
Somehow related to #350 with both situations I faced and I couldn't solve.
``` python
import traceback
from odmantic import Model, EmbeddedModel, Field
from typing import Optional
…
-
837da9c 버전의 schema_checker.py 파일을 가지고 897e0a8 버전의 show_table.py 파일과 [897e0a8](https://github.com/oss2024hnu/coursegraph-py/commit/897e0a86fb2bb2eafd93ab6734d7d7e615a2353b) 버전의 show_graph.py 파일을 실행했을 때…
-
## 🐛 Bug Report
Accessing a field implementing the descriptor protocol via a property method causes MyPy to complain that there is no matching overload for `__get__()`.
## To Reproduce
Run My…
-
I can't find a way to enable Copilot in the Marimo VSCode extension, I tried to follow the doc at https://docs.marimo.io/getting_started/index.html#github-copilot, I can confirm that I have Node.js 20…
-
# Bug report
`from __future__ import annotations` appears to break `TypedDict` required/optional keys ending up in `__required_keys__` and `__optional_keys__`. mypy works as expected though.
…
-
Impacted versions: 16.0
Steps to reproduce: 1. Open module Contacts.
2. Click create new contact.
3. Start typing name.
4. After dropdown menu is open, select an option from the dropdown menu by…
-
### 🐛 Describe the bug
```python
import torch_sparse
```
When I run the code above, it raise an error that pyg_lib has no attribute 'ops'. How shoud I solve this problem?
```
AttributeErro…