Zanie Blue

Results 2930 comments of Zanie Blue

Thanks! I'll be on vacation until Tuesday but will review this then. Exciting to see it.

The container entrypoint is set to `uv` xref #7030 Looks like it's trying to run `uv sh`.

Sorry, I'm still interested but I think we might want a different approach to the implementation and haven't had the time to explore it myself to give a concrete recommendation.

I took this over in https://github.com/astral-sh/uv/pull/11076 — your feedback would be welcome!

We usually update the lockfile automatically, so perhaps this is a bug? Can you share a reproducible example?

It sounds like the 10 minutes PyPI cache, perhaps use `--refresh-package fastled-wasm` to avoid caching that dependency during this update? When you do (2) you should update the lockfile too,...

> I do not update the cache. I'm not sure what you mean by this? uv will cache dependency metadata for 10 minutes. If you upload a new version, it...

I think you just need to add `--refresh-package` to your `uv pip install .` invocation then