Kristoffer Andersen
Kristoffer Andersen
Hey guys! I have also started looking for information regarding the new pythonic `code_aster` module. I've found some examples in the [astest](https://gitlab.com/codeaster/src/-/tree/main/astest?ref_type=heads) directory, but there are still a lot of...
Hey @philbucher! No apology needed :) Thanks for the kudos! Nice tip regarding following the pybind11 bindings. I think I might do just that! Btw: I see that you are...
Hey, I'd like to use packages from my custom quetz server on a few different rattler build projects locally. How would I add a custom quetz server as a global...
@wolfv i think I've fixed the linting issue. Let me know if there is anything else I should consider.
If you have time to implement the changes, feel free to finish them:) if not, I'll likely start to implement them after lunch time tomorrow!
I see. I checked tar-rs and found this https://github.com/alexcrichton/tar-rs/issues/280 which I guess is related.
Would it be possible to make this tolerant extraction feature optional by hiding it behind an opt-in flag until a better long-term solution can be found? That way, it is...
> Is that an OKish workaround? Yeah, anything that works is fine for now :) That at least gives me a chance at using rattler-build for more packages :) >...
yeah, I think there are (at least) a few symlink files at the root of the archive; waf, waf_std, waf_mpi, waf_debug 
These files arent used on windows. So they are only relevant for linux. So I guess they're treated as simple binary files?