Bas Zalmstra

Results 323 comments of Bas Zalmstra

To support this, we should also add a `MultiChannel` object as a set of `ChannelUrls`. We need to add support for this in a few places, the `Gateway` and `MatchSpec`...

You would basically have to load all of them seperately. But maybe I misunderstand multichannels.

`MultiSparseRepoData` I guess 😅

I think you struck an interesting edge case. I think it makes sense to support this!

Personally, I'm not against using `OrderedDict` because I like that it expresses a requirement on the dictionary instead of that behavior being implicit. This guarantees that it works regardless of...

This seems rather complex for an example. Is this worth having the ability to start the built executable from outside pixi? Instead of std::cout we could also use https://wiki.libsdl.org/SDL2/SDL_ShowSimpleMessageBox perhaps?

The merge gatekeeper is just a job that fails if any other job fails. I used that to make "required" jobs based on conditions. It looks like the Rust /...

> * @baszalmstra This PR removes the `from_str` because of the relative directory requirements, any way around that you think? No I think it makes total sense to add the...

What would really help is if you could try to integrate this in pixi! If we can show there that it solves the issue that would be great! Im also...