Ahmed Ilyas
Ahmed Ilyas
Another [workaround](https://www.dataduel.co/uv-pip-install-system/) to using uv in codespaces.
This can be closed I think
I can take a stab at this if that's ok.
@InSyncWithFoo Feel free to take over, thanks!
I'm able to reproduce it using the following example. ```sh ❯ bat test.py ───────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ File: test.py ───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 1 │ location_place_id = "abc" 2 │ city_id = None 3 │...
I've encountered a consistent hang when there's a circular dependency in the lock file. ```toml name = "foo" version = "0.1.0" requires-python = ">=3.9" dependencies = ["poetry"] ``` When I...
The cargo command which includes both the version and entrypoints could be used as an inspiration too. ```sh ❯ cargo install --list sqlx-cli v0.7.3: cargo-sqlx sqlx ```
Can I help here?
> Though I'm not sure how we'll handle the test changes. I was thinking of just filtering pypi/localhost url to [PYPI_SERVER]. > Running into SSL errors locally. It works for...
``` ❯ hyperfine -r 3 'cargo test -p uv --test pip_compile' 'UV_INDEX_URL=http://localhost/simple cargo test -p uv --test pip_compile' Benchmark 1: cargo test -p uv --test pip_compile Time (mean ± σ):...