Miklós Márton
Miklós Márton
Hi @Skycoder42 I saw that you archived the QPathEdit repo assuming for the same reason. I wanted to make some changes to compile with Qt6 and submit a PR and...
Hmm. I have checked the code and the activities are saved to the ```QStandardPaths::writableLocation(QStandardPaths::HomeLocation)``` folder which should be correct. In your first attempt did the log files created in the...
@collin80 May I ask your opinion about this PR? I can fix the conflicts if there is interest in merging it.
Hi @pfeerick Many thanks for your efforts put into troubleshooting. I will double check if there is anything I missed. > Since you used the example cmake for the TX16S,...
> @martonmiklos the issue is most probably caused by the way we search for GCC headers to feed them to `libclang`, as it doesn't know how to locate these headers...
> @martonmiklos we should find a more generic solution.... it is really annoying to have to hunt for that library's path .... @raphaelcoeffic I am new to here, and unsure...
Many thanks for your feedback! The problem with the 1. approach that it could work for when generating XML with the autogenerated code, but the autogenerated parsers would still offer...
[eagle.txt](https://github.com/cornelius/kode/files/3924308/eagle.txt) Test XSD to reproduce (eagle::version and note::version attribute will fails to compile)
To the kxml_compiler for generating C++ code from XSD/XML. I have came across an XSD which contained an xs:short item and it generated string member for the element. I have...