Tim de Jager

Results 280 comments of Tim de Jager

Make sense, I'll update the issue once I know. Sorry for the delays!

So what I'm thinking: * `--reinstall-package ` to re-install a specific package. * `--reinstall` to re-install everything. *Re-installing* implies a refresh for the dependencies managed by uv, and that could...

This is my plan for implementation: - [x] Implement uv backend reinstallation - [x] Implement reinstallation in rattler. - [x] Expose in `pyrattler` bindings as well. - [x] Rattler release...

The reason we are asking is because, I would like to implement that at some point. However, patching would allow patching multiple versions, but this only allows patching a single...

Hi! So @Hofer-Julian is doing a fix to at least get rid of the panic for now. This is not going to be the final fix though, we could look...

I think I tried to record relative paths were possible so sounds like an issue for sure 🙂 Would great to have a repro!

I'm not sure a binary lock file is good idea, bun also moved away from this: https://github.com/oven-sh/bun/issues/11863

For the PyPI sections we could also split the environment into multiple compatible lock files, now that https://peps.python.org/pep-0751/ has been accepted. Or even use a different format for the PyPI...

Noticed some annoying things, with this still upstreaming some work to pixi to fix this :)