Zacrain

Results 9 comments of Zacrain

> In my case this was an issue with gnuplot multiplots and the "replotonresize" functionality (which is broken for multiplots and only replots one plot [1]). This option has to...

Thank you @neomanic and @Piroro-hs ! Fixed it for me. Installing the package via apt led to the same problem. Compiling it from source using `catkin_make_isolated` fixed it. I'm running...

> On Linux `Ubuntu 22.04.2 LTS` i was able to fix this doing the above: > > * install the fonts with `fancygit --fonts-install` > > * change the VSCode...

> I just posted PR #1590 which should fix this! If anyone has time to test it with their project, I'd appreciate it :-) Nope, sadly did not resolve the...

After upgrading CMake from `3.16.3` to `3.30.02` I now encounter the same issue on both machines. Both have newer CMake versions now. Therefore I wonder whether this issue is related...

A colleague of mine has helped to find a workaround for this issue. It helps to disable line `120` in `source/3rd_party/CMakeLists.txt`: https://github.com/alandefreitas/matplotplusplus/blob/6f8c26beee9a121f92ca6c856acd4520c1efd0e5/source/3rd_party/CMakeLists.txt#L120C5-L120C63 I have added a CMake option `MATPLOTPP_WITH_OPENCV` which...

This seems to be an issue related to how Godot 4.x processes pen inputs. As a workaround it was suggested to switch from absolute to relative positioning in the graphic...

> That's odd, thanks for the report! Does this only happen on the latest main branch? Did you test this with v0.6.0 as well? > > I'm on Linux and...

I'm not entirely sure how this reflects in this extension template repo, but if it is similar to Isaac Lab's developer's guide, then VSCode setup only works with the binary...