-
Hi,
this issue is just to track poetry (and other tools) refactory.
Tools that will be added:
* [Poetry](https://python-poetry.org/): Manage dependency, build and release
* [Tox](https://tox.rea…
-
**[13569 ms] Successfully built lazy-object-proxy wrapt
[13699 ms] Installing collected packages: six, lazy-object-proxy, wrapt, astroid, asgiref, sqlparse, pytz, Django, python-dotenv, djangorestfra…
-
Hi @terrencepreilly! Firstly, I wanted to chime in to say thank you for making `darglint`. It's a great addition to the ecosystem :smile:.
Speaking of the ecosystem, I'm wondering if you might have…
-
Input box stops displaying "Message Serge..." after first prompt. Pressing enter results in the next input containing a newline, which breaks the prompt
Checklist
- [X] `web/src/routes/chat/[id]/+…
-
### Is there an existing issue for this bug?
- [X] I have searched the existing issues
### Required Troubleshooting Steps
- [X] I have followed these troubleshooting steps
- [X] I have tried both v…
-
| Field | Description |
|--------------|-------------|
| Plugin | `conform-nvim` |
| Nixpkgs | `pkgs.vimPlugins.conform-nvim` |
| Home Manager | `` |
- [x] I have read t…
-
Currently, the template is set up to build the package with setuptools. ~~However, the [current advise on packaging.python.org](https://packaging.python.org/en/latest/tutorials/packaging-projects/#cre…
-
I've tried to use crystalline multiple times on neovim with nvim-lspconfig, and I get no autocomplete. Is there any information on troubleshooting crystalline?
-
I've a repo that publishes multiple _namespaced_ packages. A package could depend on another package in the same repo.
For e.g, the `auth` pkg depends on the `core` pkg and some other 3rd-party li…
-
Currently, isort only removes duplicate imports if they are in the same import sorting block:
```
import a
import a
import b
import b
```
Becomes:
```
import a
import b
```
However, …