Bas Zalmstra

Results 468 comments of Bas Zalmstra

We decided against this approach. Might revisit later.

Yeah that root-cause seems problematic. I think we should then take the parent of the path, canonicalize that, and join it with the original filename. Would you be able to...

Perhaps but at least for configuring this in yaml is easier than the manual step.

Why not use a top level `match` with nested `case`s?

You dont need to repeat the negation of the if clauses. You can more easily write something specific for win, macos, unix without having to repeat not win, etc. Sorry,...

One of the design goals was to make the recipe easier to parse for machines. I think what you are suggesting is taking a step back. Having a match-kinda statement...

Sure but just as you mentioned in another issue you just closed, we _can_ validate the control flow statements using the schema. That would become harder and harder the more...

Perhaps this is caused by the powershell execution policy. Could you try running: ``` Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force; ``` and rerun `pixi shell`.

You mean that you would be able to define the "temp" directory pixi uses to activate these scripts?

Im trying to test your changes but Im having a hard time installing `fish`. Could you maybe help me out? I have git bash, but how can I get fish...