Chris Pryer

Results 206 comments of Chris Pryer

Could either work on something ourselves or rely on another project for security vuln db searches. I've got some non-huak work for a bit then I can get back to...

If you're looking for something less vague to just get your feet wet https://github.com/users/cnpryer/projects/5 is a good one. I'm thinking we can lean on an existing project and then evaluate...

Hi! Thanks for sharing this. So maybe I can do a better job clarifying here. This issue is related to the `Version` struct Im using for the Python interpreter version...

I've added `RequestedVersion` to `huak-python-manager`. It'd be ideal to have some dynamic semver struct to use `RequestedVersion` throughout the project.

If we are including the root pyproject in `ruff check` aren't we running `ruff` on all sub-directories anyway? I only skimmed Rye's lint/workspace logic, but isn't it effectively running this?...

I've PR'd what might resolve `rye lint --all`, but it needs to be improved. If anyone is interested in this feel free to beat me to it. I'm not sure...

The concurrency issues have been related, but I'm thinking more generally about the update process. The last two times I resolved this for coworkers I had only come in after-the-fact....

That lines up with what I was thinking happened in these last two instances. One user had a newer version of Rye and a version of Ruff prior to its...

FWIW in #759 the rework will help us avoid this issue in the future. Without a credentials file entry, if you don't skip prompts: ``` ❯ rye publish -r testpypi...

Maybe I'm misunderstanding, but it seems like the `nix` dependency is only used for the `py` binary. The library could still implement support for `PATH`, right?