-
## Description
Looks like something is wrong with pep517 based build of the `jupyterlab` module.
## Reproduce
Run |/usr/bin/python3 -sBm build -w --no-isolation` in project root directory.
## …
-
ref https://github.com/python/typeshed/pull/10485#issuecomment-1643745094
(Any contributions welcome, it's not needed to cover everything in one pull request)
-
### What happened?
ImportError: cannot import name 'ContractName' from 'eth_typing' (/opt/venv/lib/python3.10/site-packages/eth_typing/__init__.py)
After [this](https://github.com/ethereum/eth-typ…
-
every time I open my project folder using `code path/to/folder` , intelephense is indexing all the files in the project . I suggest an option to disable the indexing and run it only when needed
- …
-
Attributes that have type information lead to wrongly formatted outputs, e.g.,:
```python
class Something:
x: int
```
yields
> #### x*: `int`*
**To Reproduce**
Steps to reproduce t…
-
Steps:
- Open https://github.com/gabbhack/deser as folder in VSCode with [nim-lang.org extension](https://marketplace.visualstudio.com/items?itemName=NimLang.nimlang)
- Open src/deser.nim
Nim:
…
-
**Use case:**
`Interactor` depends on `StatisticDbGateway` and `MainDbGateway`. Each of them uses SQLAlchemy `Session` object, so they have similar init typehints. The difference is that `StatisticDb…
-
Version 0.3.3
These functions are declared with `value: str` instead of int right now I think
-
### Bug summary
Running `python tools/check_typehints.py` reports errors. Looking at the source code, these look like real errors. Shouldn't these be caught by our CI?
### Code for reproduction
```…
-
Since there's a bunch of stuff in `trio` that doesn't raise errors that `trio-typing` does, this would raise a bunch of warnings about eval files. But as typing in `trio` converges to the bar in `trio…