-
### Initial Checks
- [X] I have searched GitHub for a duplicate issue and I'm sure this is something new
- [X] I have searched Google & StackOverflow for a solution and couldn't find anything
- [X] I…
-
### Bug description
I have a `main.py` file like:
```python
from lightning.pytorch.cli import LightningCLI
from lightning.pytorch.demos.boring_classes import DemoModel, BoringDataModule
def cli…
-
### Describe the bug
Speedy on the mypy fix @mscolnick!
I still get local test failures too with `hatch`, but much better than before.
Looking at the failures, I think it's because hatch is t…
-
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no…
-
## Information
**VIM version**
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 15 2019 23:02:11)
MS-Windows 64-bit GUI version with OLE support
Operating System: Windows 10
Python: 3.7…
-
**Bug Report**
**To Reproduce**
```python
from typing import Protocol
from typing import Self
class Printer(Protocol):
def __call__(self: Self): ...
class Version:
def __in…
lijok updated
5 months ago
-
I installed tabnine for jupyterlab with
```
pip3 install jupyterlab_tabnine --user
```
Autocompletion is not working anymore and I see this in the dev console:
![image](https://user-images.gith…
-
**Bug Report**
I pip-installed the 1.11 branch to take a preview of the next release, and I saw a crash when running mypy:
`pip install -U git+https://github.com/python/mypy.git@release-1.11`
…
-
Hiyo,
I ran into an issue while wrapping jahs bench with a given config. Using the trajectory functionality will fail but manually iterating over the epochs will success. I've attached the config, …
-
I feel fairly strongly that this repo should use some sort of pep8-compliant auto-formatter to enforce a common code formatting style.
There are loads of advantages to using an auto-formatter
- …