Armin Ronacher
Armin Ronacher
Rye either needs to figure out how to better integrate with tox, or tox needs to figure out how to integrate with rye. Maybe this is also just a documentation...
The entire toolchain bootstrap logic is pretty messy and #606 does not help. Part of the reason is that currently registering a custom toolchain is what turns the version request...
This is a pretty messy change that changes how bootstrapping can work. This in reference to #605 The motivation here is that a user can bootstrap rye and point it...
The goal here is to add a way to the installer to initialize the internal Python version and the first installed toolchain to the same Python version (for as long...
Rye has basically no tests and that is becoming a growing issue. I have originally tried to build something on [insta-cmd](https://docs.rs/insta-cmd/latest/insta_cmd/) but that alone is not good enough as there...
I developed Rye primarily for my personal use, and it largely achieves what I intended. It makes me happy personally. However, its current state is not sufficiently advanced to be...
Here a list of pages that need improvements in the documentation: * [ ] Configuration Keys: https://rye-up.com/guide/config/#config-file It's just a TOML dump without much explanation of defaults, what they can...
In an ideal world rye gains a new `lsp` command that serves up an LSP composed of at the very least the `ruff` LSP so that linting and formatting works...
Rye would greatly benefit from a vscode extension that changes some behaviors that are currently in conflict with rye. For instance it runs pip install for installing tools rather than...
This is a meta issue tracking issues with packages where the issue is with the upstream package. * `flash-attn` (https://github.com/Dao-AILab/flash-attention/issues/773): Package does not build wheels and the build dependencies are...