-
Hi *,
I'm using this lovely PyCharm Plugin very often.
But I noticed the Plugin NotesTree Version 1.3.1. is saving the created files outside my GitHub project at: C:\Users\prename.lastname\.ideano…
-
Reloadium seems like a good choice if you are using PyCharm. They have a VS Code plugin, at least in source code, but I don't see it in the marketplace.
This ticket is writing notes about it usage.
-
So, say I have the following folder structure:
```
root/
library/
poetry.lock
pyproject.toml
dependency/
poetry.lock
pyproject.toml
```
I would atta…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
Gu-f updated
3 months ago
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
**Describe the bug**
Ruff runs as an action on save, even if I don't tell it to. I literally have all boxes in the Ruff settings page unchecked. Worst of all, however, the context action for organizi…
-
I got this error after run "python main.py --mode=train"
```
Traceback (most recent call last):
File "D:\1. APPS\PyCharm\PyCharm Community Edition 2022.2.3\plugins\python-ce\helpers\pydev\pyd…
-
I'm new to pyjade and it works wonderfully in my project. However, I recently discovered that Jade is Pug. Here's my issue:
PyCharm has a nice Pug plugin that will highlight syntax for `.pug` file…
SHxKM updated
10 months ago
-
Controller throws a TimeoutError when binding a unspecified address.
Affected versions: aiosmtpd (1.2.3-1.4.2)
Example:
```python
from aiosmtpd.controller import Controller
class CustomHandler:…
-
This is a tracking issue that we will likely never mark resolved.
CrossHair wants to run in the background (via `crosshair watch`), but IDE integrations can still provide value by showing the same …