John Donovan

Results 9 comments of John Donovan

You need to separate the parameters, so: `extra_args=['-V geometry:margin=1.5cm', '--pdf-engine=/usr/bin/xelatex']` becomes: `extra_args=['-V', 'geometry:margin=1.5cm', '--pdf-engine', '/usr/bin/xelatex']`

My fork has been updated to 1.78 (not 1.80 yet because https://github.com/mellinoe/ImGui.NET is still stuck at 1.78, but it shouldn't be a massive task to re-run the generator and re-build)....

Has there been any movement on this? Is it a problem with Unicode or something, do you think? I don't mind getting my hands dirty to try to fix it,...

> Pretty much a year later and not even a comment. Seems reasonable to assume that platform io is no longer supporting the nrf52 boards, or at least zephyr on...

Has there been any movement on this? I wouldn't mind getting my hands dirty, but I'm not sure of the best place to start. Like @carlsondev I am trying to...

I installed it in a virtualenv with `pip install mavsdk` The server is running from within there automatically when I create the system with no parameters. I have tried running...

Thanks for looking into this @JonasVautherin Yeah, it's funny there was a mismatch, but I am glad we have got to the bottom of it. I appreciate the amount of...

I can confirm that the latest mavsdk_server v1.4.0-511-gfadfe22e works.

I've tried this on Linux and Vitalium (the FOSS version of Vital), and I mostly get a segfault. My first problem was that the plugin was running in a separate...