Peter

Results 10 issues of Peter

I have experienced build errors when pulling libdxfrw in using cmake's FetchContent() method. These were due to warnings being treated as errors, which should be a user option.

Fix faulty location of sqlite3.exe

Hi, I have submitted 4 very simple pull requests but they all fail due to the LGTM pipeline. @sandsmark could you please have a look at why they fail?

* Fix a typo in one of the CMakeLists.txt files * Enable building of shared library * Allow to set a custom BOTAN library location * Build examples only when...

When uploading a directory via SFTP make appending the directory name optional. Previously, when uploading xxx/myDir/* the directory name **myDir** would be automatically appended to the **destination**: yyy/destination/myDir/* This change...

When running tests I found that QRandomGenerator took ages (literally minutes) to generate random numbers for the test binary data. Using **rand()** instead decreases this time to non-noticable. Since no...

Fix bug in argumentscollector logic

Ubuntu 22.04 which is now the default distro by AWS no longer accepts the RSA keys which worked absolutely fine with previous versions. Instead the newer ED25519 key is required,...

Show advanced options by default. Previously hidden, but doesn't really save screen space and is annoying for users who use this functionality twenty times a day.