Lim Wei Heng
Lim Wei Heng
Are there any updates on this issue?
What I did as a temporary solution was to add the fix to my own fork and update `pubspec.yaml` to depend on the repo.
FWIW the linked PR still works for me as of the time of posting
No, nothing was configured. Just tested a fresh install on another Windows 11 machine and the cache directory defaults to `AppData\Local\uv` as well. ```cmd >powershell -c "irm https://astral.sh/uv/install.ps1 | iex"...
As a temporary workaround, manually moving all the files (except `uv-receipt.json`) to `AppData\Local\uv\cache` seems to fix the issue (and `uv cache dir` properly detects the new cache location)
Ah that's a shame, was hoping it would be possible to just upgrade everything (including `uv` itself) with a single `uv tool upgrade --all` command. Guess I'll stick with the...
Hmm, I still can't seem to get `uv tool upgrade uv` to work on Windows using `v0.5.8` ```cmd >uv version uv 0.5.8 (80d41671b 2024-12-11) >uv tool upgrade uv Updated uv...
> Why is the version important for you to see in uv tool list? Aren't most tools Python version agnostic? Personally for me it just makes it easier to spot,...
Yes would definitely love to see more support for projects that don't require a build system. I am currently pushing to replace `pipenv` with `uv` for dependency management in several...
> If the library releases a new version, we won't fetch it I think this is the part that got me confused because in my experience that wasn't the case....