Bas Zalmstra

Results 390 comments of Bas Zalmstra

@Eh2406 I would very much appreciate getting unstuck! But I would also love to help keep up the level of polish for this project if at all possible! Would it...

Thanks for the info, I will give it a go. Ill start simple by implementing your suggestion: `Result` where `Requirement` is an enum of `Required`, and `Constrainted`. Im trying to...

Could you provide some hints as to what you had in mind? Im still a bit in over my head with this project but Im happy to give it a...

Thanks for the detailed explanation, I implemented the above and got it working for the simple tests (see this commit: https://github.com/baszalmstra/pubgrub/commit/46def288d27e8a35cb435b15727182ac64075f65). 🥳 I understand what to do with the SAT...

@sgsollie Thats pretty cool! Would you be able to share how you set that up? What does your issuer configuration look like?

v0.4.0 depends on LLD 13 indeed.

Most likely you are missing a system requirement: https://pixi.sh/latest/configuration/#the-system-requirements-table Most likely macos=12.0

@roaldarbol The error message is absolutely terrible but if you add: ```toml [system-requirements] macos = "11.0" ``` It should work.

It seems like specifically the `help` subcommand is an issue. Other commands seem to work fine, try `pixi task list`. `clap` handles the `help` command for us. Ill try checking...

Sounds like a bug! 🐛 Thanks for filing!