-
I believe that next to Rice, Rye, Quinoa and others there should be Lentil here for exact Txonomy. Thank you for consideration.
-
It would be helpful for be able to configure this for e.g. CI/CD purposes. Thanks for any help!
### Steps to Reproduce
```bash
$ rye config --set sources.name=my_pypi # produces:
[sources]
n…
-
### Steps to Reproduce
```
curl -sSf https://rye.astral.sh/get | bash
# Pick `uv`, `Run a Python installed and managed by Rye', `default cython 3.12`, `yes add to .profile`
source .profile
py…
-
### Steps to Reproduce
1. use rye with version 0.37.0
2. create a new project (`rye new example`)
3. change work directory (`cd example`)
4. use rye pin python version 3.7.5 (`rye pin 3.7.5`)
5. …
-
### Steps to Reproduce
Without a previous installation of Rye, install Rye using Homebrew: `brew install rye`.
Set a `.zshrc` or `.zprofile` file to configure shims for the `$PATH`: `source "$HOME…
-
For some reason, when you use process more than one image, surya/marker stalls permanently with 0% CPU and GPU utilization. This happens randomly, and I've got this stack trace when stopping the proce…
-
Currently interested in chaining or extending the `rye lint` command to also perform typechecking. For example:
```toml
[tool.rye.scripts]
typecheck = "mypy mymodule"
check = { chain = ["rye lin…
-
Hello, thank you for adding virtual environment support.
I've just installed latest Pylyzer version from Cargo, added Pylyzer as source for nvim_lsp and I see infinite loading on "checking files...…
-
### Steps to Reproduce
rye test -i
### Expected Result
Rye test by excluding `dir`
### Actual Result
```sh
❯ rye test -i docker
error: unexpected argument found
```
### Version Info
0.36.0
…
-
### Steps to Reproduce
I have a GitHub Action that looks like so with Python 3.12.4:
```yaml
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- …