Mystic

Results 72 comments of Mystic

Retrying can bypass the above error, but the test still won't run — it can only be built. You can see a similar error [here](https://github.com/x-pt/example-cuda-cmake/actions/runs/10772075256/job/29868936861#step:5:20): ```console CUDA error: CUDA driver...

Hi, @Jimver Do you have any insights on this issue? After upgrading to version `0.2.17`, I’m still encountering the same error, although [the error line has shifted](https://github.com/x-pt/example-cuda-cmake/actions/runs/10991818116/job/30514935969): ```txt CUDA error:...

> Looks like you need to update driver version like error says due to newer default CUDA version 🤷 Where should I update the version? Is it in the CMakeLists.txt?...

Add `uv build` and `uv test` too?

After the retry, it works ![image](https://github.com/user-attachments/assets/2ae7fa5a-1620-4502-bb0a-73ae51683295)

Why not run `uv tool install ruff commitizen pre-commit`? I hope these three can be installed.

It seems that `--with` is intended for managing executables that require additional dependencies, whereas the aforementioned feature request focuses on installing, upgrading, or uninstalling multiple independent executables at the same...

Hi @englut, You might want to check out [husky-rs](https://github.com/pplmx/husky-rs). It's an alternative that I've worked on, and it might suit your needs. Let me know if you have any questions...

> This happened to me when I tried to disable gRPc FUSE (related #5240) and after trying every single tip on every issue relating to starting failures, the solution was...

Expect the UV's own build backend to be used. ❤️