Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

We could switch to an std::sorted_map in PrefixData, and that would help to remove some manual sorting in micromamba.

good first issue
general improvement

@jaimergp made a neat PR to fix things in conda: https://github.com/conda/conda/pull/11676/files

bug

micromamba complains about "specified pkgs_dirs not set" ``` (ros) [w@fedora src]$ micromamba create -n xjxjx --dry-run --offline autoconf automake robostack/linux-64 Using cache robostack/noarch Using cache conda-forge/linux-64 Using cache conda-forge/noarch Using...

`mamba init` works for bash & zsh now. But not yet for powershell. Would be cool to add support for that, too.

feature request

We currently print json through the regular Console::print and that strips all secrets. Not sure that's the best way to do it. I think we should rather remove secrets from...

bug

It looked like matchspec parse had an issue with the second form.

type::feature-request

Hi, I'm interested in the fix for boost 1.68 that went in on August 30 last year. When do you consider releasing a new version of actionlib? I'm trying to...

Hi @zmk5 I wanted to ask if you think we can merge this project back into jupyter-ros? I think it would be great to bundle our efforts. And I am...

Additionally, the symbols are also not `dllexport`'ed for Windows/MSVC. I've fixed that by adding `set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS 1)`, but maybe you prefer manual visibility annotations?