Petr Vanek
Petr Vanek
example: ``` pvanek@spongebob:~/src/qore/module-xml> if test 90 -lt 812; then echo "foo"; fi foo ``` this is correct: ``` pvanek@spongebob:~/src/qore/module-xml> if test 900 -lt 812; then echo "foo"; fi ```
@molivasdat updated
just FYI: there is an optional dock window for "Bookmarks"
@DanielSWolf can you review a quick small patch? I'd like to have some pre-approval before the build/test/ci polishing. As you can see -- I basically stole the `OggVorbisFileReader` implementation. Of...
patch updated - code formatting fixed (brackets positioning, tabs) - utf8/emoji file names tested on Linux and Mac. Unfortunately I have no windows available at all. I hope I can...
https://github.com/DanielSWolf/rhubarb-lip-sync/pull/164
we are using it in the real processing already with no issues yet
I can offer set of affected packages as well
yes, it is possible to do. But for me it has almost minimal priority as I don't see real profit from this change. Please do not take it too personally,...
well, the change is very easy. Just read QSettings class docs. But it would require settings migration in Properties::migrate_settings()