Peter Mosmans

Results 64 comments of Peter Mosmans

Another idea would be to swap Cygwin for MSYS(2). I use MSYS2 as 'subsystem' (shell) on Windows, `make upload` works, and even `make monitor` with PuTTY and a tiny patch....

My pleasure :) Please see https://github.com/sudar/Arduino-Makefile/pull/295 Note: Only tested on Windows with MSYS2, NOT on Cygwin nor *nix

Hi @msebek, Could you try applying patch https://github.com/sudar/Arduino-Makefile/pull/295 ? This changes the behaviour on Windows for the get_monitor_port function and probably fixes this issue. Hope this helps...

Hi @msebek , @peplin Please test https://github.com/sudar/Arduino-Makefile/pull/297 where I modified support for Cygwin as well as MSYS. Cygwin style devices are used for the reset command, and for the rest...

Slightly related and for your information: There was an issue with regards to building and installing pycryptodome on Windows (using mingw). This is now resolved. If you install https://github.com/Legrandin/pycryptodome first,...

I experience the same issue (I think), when pasting a URL of an `openapi.json` file ``` swurg.gui.ParserPanel$LoadButtonListener -> Cannot invoke "String.equals(Object)" because the return value of "java.net.URI.getScheme()" is null" ```...

Great remarks @grdryn I agree that the current setup can lead to some confusion as to where is installed what. As in: this should be improved (either documentation, but even...

Hi @radek-sprta - I've implemented the 'native' dconf module, and your example now works (again). Please see version 0.2.8. Thanks for your suggestion!

Thanks for the hints @attakei : For now I solved it with ```rest .. revealjs-section:: :data-state: notitle ``` and then in CSS: ```css .notitle h2 { opacity: 0; } ```...

Hi @mitraed - thanks, no problem ;) Yes, it is still supported. Please check out the `enc-pbkdf` branch, and be aware that it's based on an (old) 1.0.2 branch. Having...