Jo

Results 83 comments of Jo

Seems related https://github.com/astral-sh/uv/issues/1651

The term "blazing fast" is so overused in the Rust world that I've almost developed an aversion to it.

Running from CMD results in a slight different error then PowerShell: ```sh CMD> black [rye\src\cli\shim.rs:316:5] args = [ "C:\\Users\\nigel\\.rye\\shims\\python.exe", "black", ] [rye\src\cli\shim.rs:30:16] env::current_exe().ok()? = "C:\\Users\\nigel\\.rye\\shims\\python.exe" [rye\src\cli\shim.rs:317:30] detect_shim(args) = Some( "python.exe",...

I tested it with the master branch (using uv==0.15), yet the error persists unchanged.

@bb010g Hi, for your case, can you show the result of `rye config --get default.toolchain`?

Posted it to `uv` too https://github.com/astral-sh/uv/issues/1766

@bb010g ``` PS C:\Users\bb010g> rye config --get "default.toolchain" cpython@latest ``` I believe that `cpython@latest` is not supported as a valid toolchain name currently, it should be a standard semver.

@dsp Thanks for your review! I have fixed the test, and reorganized the commits to be more meaningful, hope it make the review easier.

Hi, I am wondering if it is necessary to have compatibility checks between the endpoint and model, or if it can be removed and let it fail. Here are some...