Guilherme Silva
Guilherme Silva
Not necessarily, I believe. It's been a while since I built anything on macOS, but I do remember the `CMAKE_OSX_DEPLOYMENT_TARGET` CMake option, which [we actually use](https://github.com/nuttyartist/notes/blob/94351b6b87906224f2ba7d60e318af5c55a1df45/CMakeLists.txt#L12-L14) to target our builds...
> I wonder how we could get our hands on a macOS 11 machine Wait, is it not possible to set up a virtual machine on newer macOS to use...
Done in #681.
This one is a bit tricky... I do want to upgrade the KDE runtime for our Flatpak package, but doing so will trigger bug #611 which, in my opinion, is...
Done: https://github.com/flathub/io.github.nuttyartist.notes/pull/8 Please note that Flathub usually delays the publishing of app updates from 3 to 4 hours.
Thank you for maintaining this awesome project for this long, and also thank you for the invite. Unfortunately, I don't think I'm able to give this project the attention it...
Are you sure about that? From my limited understanding in Python, Legendary seems to be mistakenly limiting comments to only begin with the `/` character, by overriding the `comment_prefixes` option...
The change seems to be introduced by d842780c73861efa312c71576f652398c3c8d432 to fix #105, but some other common comment prefixes characters were not added...
Oh, I see. The issue I linked above seems to complain that after running `legendary launch`, the `config.ini` file would be overwritten, for some reason. Is that behavior still prevent...
Thanks for clarifying. I wasn't aware that Legendary itself managed `config.ini`, I thought it was 100% user-managed. So I think the only solution to this would be switching to a...