Felix Kloss

Results 33 comments of Felix Kloss

Are there any new insights on this? I just ran into the same error after upgrading my build environment from Ubuntu 20.04 to 22.04. So I guess it is related...

I found some workaround: In my case the error was triggered because I did `find_package(pybind11)` after an other package that apparently also searches for Python (`Python3_FOUND` was true) but probably...

+1. I just ran into the exact same use-case that for examples which are included in Sphinx documentation, a shorter line-length would be good.

I actually did try with a container before opening the issue (Apptainer instead of Docker, but I guess that doesn't matter), so I already got an idea of fman :)...

I would also like to have a tool like this, to easily check if an action server is set up correctly.

@mikaelarguedas To be honest, I wasn't aware that I could simply check for the topics (when thinking about it, it totally makes sense, though). However, only because the topic is...

I think the relevant one is `$VISUAL`. Edit: Sorry, just saw you already mentioned above that both `EDITOR` and `VISUAL` are set to nvim.

To my understanding it is fixed on master but there hasn't been a release since then. So I think you either need to install from source using the master branch...

I just ran into this issue as well (took me a while to figure out why my notifications always ended up in the spam folders everywhere :D). In my case,...