Wolf Vollprecht

Results 1454 comments of Wolf Vollprecht

I looked into it and the issue is that minijinja supports only a mode where undefined values always error when we also want them to error when printing. For this...

https://github.com/conda-forge/staged-recipes/pull/25772#issuecomment-2409033956

Isuru pointed out on Element: > A common pattern is foo.lib and foo.0.17.dll which are equivalent to libfoo.so and libfoo.so.0.17 in linux Another common pattern from GMP: https://github.com/conda-forge/gmp-feedstock/blob/6f7078d255019fadadb8081a8c51bd5829231f8b/recipe/meta.yaml#L45-L54 ```yaml -...

@jaimergp can we use your tool to run a query for the names of all `*.dll` and `*.lib` files in the conda-forge universe? I am not sure if enforcing a...

Can you make it a list and try again?

For me, this is a schema issue as the patches should be a list of strings. @zelosleone you can take a look at this in the [https://github.com/prefix-dev/recipe-format](https://github.com/prefix-dev/recipe-format)

Schema was updated :)

I think I am envisioning that we add "more than one" package explicitly in the global install for ansible, e.g. ``` pixi global install ansible+ansible-core ``` Would create an environment...

Hmm, maybe there is a way to detect this case @dhirschfeld. We could check if the package you install does not contain _any_ binaries, and then expose all binaries of...

Yeah, it could work @dhirschfeld - on the other hand it would still fail for the ansible usecase mentioned in the original issue (apparently that does contain one executable).