Bas Zalmstra
Bas Zalmstra
Maybe it makes sense to use `ChannelUrl` instead of `Channel` since thats the more canonical form.
perhaps instead of reinventing the wheel we could use https://github.com/cookiecutter/cookiecutter (which you can install with pixi of course 😉 )
Yes even better!
The downside is that you would then need a `ChannelConfig` when calling `matches`..
This is a good idea!
Mm, from my point of view global environments are indeed slimmed down pixi projects, but without a lot of the complexity of tasks, multiplatform, host/build dependencies and lock files. If...
@wolfv Would you be able to take a look at this PR?
Hey! Thanks for making this PR! Im wondering what your design considerations are. Why have two separate implementations? Isnt a non-layered cache just cache with one layer?
> Maybe we can allow users to pick between the singleton and layered implementations, while we polish the latter? Or should we just create a layered implementation and have it...
> Also just to be sure, which idea did you think made the most sense, using the enum or not using it? I think a single implementation makes more sense....