Zanie Blue

Results 1223 comments of Zanie Blue

I don't love the pinned requirement syntax for something that will _always_ be a specific version and isn't meant for consumption by another tool.

The proposal to match `cargo install --list` in https://github.com/astral-sh/uv/issues/4653#issuecomment-2198488484 seems nice.

Thanks @moreaupascal56! Appreciate it :) It's likely someone will tackle this soon (or I will) but feel free to ask questions on the pull request. We'll be tagging more things...

I kind of like that, but it gets a little tricky with versions. Nit: If you've used `uv tool install` you shouldn't use `uv tool run`, they're added to your...

Awesome! Let me know if you want some guidance on the goals. I pointed out the problem we're trying to solve over in https://github.com/astral-sh/uv/pull/4326#discussion_r1640139844 but didn't provide much detail.

I think I'd add a `base_client_builder` field to `RegistryClientBuilder` but I wouldn't make it an `Option`. I think we'd create it immediately in `RegistryClientBuilder::new` then mutate it in the relevant...

Looks like jemalloc is not supported on that operating system e.g. https://github.com/home-assistant/core/issues/105768 Home-assistant provides a `DISABLE_JEMALLOC` option to work-around this, we might need to do similar? It looks like they...

I'm going to close this as stale. #6528 tracks this issue for our own binaries.

I think we're unlikely to recognize toolchains provided by other tools, but I feel your pain here. We could probably make `UV_TOOLCHAIN_DIR` support `C:\Users\jfcherng\.rye\py`, it'd take some tweaks to our...