Wolf Vollprecht
Wolf Vollprecht
### Description Github decided to use `_` to delimit a prefix from the token because it's easier to select the token in a browser (e.g. try double-clicking bla-123 vs bla_123...
Maybe it's possible to do an empty implementation like the following: ```cpp empty({_3, _2, _5}); ``` by using compile time integer placeholders (http://en.cppreference.com/w/cpp/utility/functional/placeholders) Or if that doesn't work, we could...
just to not forget this work :) One question: should this better live at the xsimd level?
@tdegeus uses xt::eye often in his code. We need to speed it up! The most straightforward way to speed it up is by using the `assign_to(E)` mechanism. We should probably...
I was trying to add some explanation on why header parsing fails to a custom typed header and couldn't do so because the error class doesn't have a way to...
…da and libmambapy
Hi, we're trying to reimplement `patchelf` and `install_name_tool` with object and at least for `patchelf` it seems quite straightforward with the `elfcopy` example :) For `install_name_tool` I seem to miss...
I would like work towards enabling `rattler-build` on conda-forge and the new recipe format in Q1 2024. This is a tracking issue for the remaining tasks: - [ ] Stabilize...
### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### How did you install Mamba? Micromamba ### Search tried in issue tracker NA ### Latest...
when initialising first `bash` and then `zsh`, micromamba currently errors with root-prefix already existing and it not being a conda prefix.