Bas Zalmstra
Bas Zalmstra
Middlewares can now be configured in python. It would be nice though if we can also construct a "default" client with some default middlewares.
Is this still something you would like to work on?
Excellent question. Initially we negotiated the version using the protocol itself. That meant that the protocol types had to support multipe versions. Now that we use a package version for...
Yes, we currently define a lower and upper limit of versions. The types in the crate should support those.
I agree with that!
For what its worth, these were the design goals of rattler_lock: https://docs.rs/rattler_lock/latest/rattler_lock/#design-goals
The format is fairly stable but there are still a few changes we mught want to make down the line. From the top of my head: Lockfiles tend to become...
I think we would very much like to standardize the lock file used in rattler in a way that works both for pixi (with dependencies from source and multiple environments)...
Yeah makes sense! We might also consider using ahash though, I assume that will yield better performance.
But prs are welcome!