Wolf Vollprecht

Results 446 issues of 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...

cla-signed

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...

C++17

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...

Performance

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...

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...

Planning

### 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...

good-first-issue

when initialising first `bash` and then `zsh`, micromamba currently errors with root-prefix already existing and it not being a conda prefix.

type::feature-request