Carl Mueller-Roemer

Results 37 comments of Carl Mueller-Roemer

@kmfrick That shouldn't be an issue. Catkin limits default jobs to the number of CPUs available using multiprocessing.cpu_count().

So I found this https://unix.stackexchange.com/a/523619. If I add ```bash # Replicate fuzzy file finding alias fzf='find . -type f | fzy' # Replicate Ctrl+r history search alias fzhist="HISTTIMEFORMAT= history |...

Hm, ok the usefulness is then quite limited for history search, since recency is kind of important here. Usually you want the command that happened 10 or 100 calls ago...

Do you know if there is any workaround for DefaultAzureCredential missing? How can we use the exisiting az CLI login from C++ without it?

Using a downloaded version of CMake I found you can set the env variable to CONAN_CMAKE_PROGRAM to that binary and then the build process continues. Additionally I needed to install...

After quite a lot of trial and error I was able to make it work with the following `shell.nix` which contains the other dependencies I needed: ```nix { pkgs ?...

I would have liked this feature, too. If it's a performance or compatibility concern we could have an --exclude-abs option, that would then do a check if it's a file...

Alternative fix that works for both Cython versions: https://github.com/yaml/pyyaml/pull/729. EDIT: Closed #729 in favor of #731. Please apply it to 5.4.1 release branch as well, since we need a fix...

Here's the whole config. ```ini # Uncrustify-0.72.0 # # General options # # The type of line endings. # # Default: auto newlines = lf # lf/crlf/cr/auto # The original...

@guy-maurel I tried both with and without and it didn't work.