Zanie Blue
Zanie Blue
We should set up https://rust-lang.github.io/rust-clippy/master/index.html#/disallowed_methods to ensure we use `fs_err` instead of `fs` as it helps with debugging and error messages. _Originally posted by @MichaReiser in https://github.com/astral-sh/uv/pull/1893#discussion_r1500551604_
e.g. ``` ❯ uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 × No solution found when resolving dependencies: ╰─▶ Because only the following versions of torch are available: torch==0.1 torch==0.1.6.post17...
e.g. via `UV_EXTRA_INDEX_URL` or `--extra-index-url` if you pass `https://foo/ https://bar` we will treat this as a single URL but it should be split into two. It's unclear if space separated...
7 tests failed with ``` thread 'main' panicked at crates/uv-client/src/registry_client.rs:107:33:␊ Failed to build HTTP client.: reqwest::Error { kind: Builder, source: Custom { kind: Other, error: Error { code: -36, message:...
- Add a link to the README - Add some basic guidelines to CONTRIBUTING - Describe the architecture of the project - Ensure `scripts` projects have README files - Link...
Bootstrapping Python versions takes 1m longer in Windows than Linux (https://github.com/astral-sh/puffin/actions/runs/7876443402/job/21490474470) ~4x slower.
When dependencies directly conflict, we should show which file we loaded them from. e.g. ``` × No solution found when resolving dependencies: ╰─▶ Because you require filelock==1.0.0 and you require...
Some necessary context in https://github.com/astral-sh/uv/pull/1781. This should be faster in the happy path but robust to less common authentication schemes. Cargo uses an environment variable to toggle instead of this...
Opening this draft of previously discussed addition of an option to set connect retries on the client. Next steps: - [ ] Pass type checking in CI - [ ]...