Dmitry Ivanov
Dmitry Ivanov
Feel free to take this one and I like both of your suggestions - focus on title by default and also make it adjustable. So thanks for these good ideas...
I'll think about it but I personally still believe the native packages for target distros would be better. If someone would like to assist with Flatpak packaging though, I'd gladly...
Hmm, as mentioned [here](https://github.com/flathub/flathub/wiki/App-Requirements), "Flathub only hosts stable application releases, and not development snapshots. Manifests should therefore refer to tarballs or git tags and not the tip of a branch"....
Should also look at [this](https://github.com/itay-grudev/SingleApplication) - probably not immediately useful but can use the ideas behind the design to implement some shared memory-based solution.
I hoped to use [Qt Dbus](http://doc.qt.io/qt-5/qtdbus-index.html) for this but it appears it is only adequately supported on Linux. Probably it makes sense to implement Dbus interface for Quentier anyway (as...
[http://stackoverflow.com/questions/301869/how-to-find-good-looking-font-color-if-background-color-is-known](http://stackoverflow.com/questions/301869/how-to-find-good-looking-font-color-if-background-color-is-known) - here's the link one can probably get started with for picking a compatible font color for a given background one.
Same here: https://github.com/d1vanov/QEverCloudGenerator/runs/1447561728?check_suite_focus=true. It fails consistently, I restarted the workflow several times, the result is the same each time.
I migrated from using this action to using `gh release upload` and found out that it doesn't work either because I attempted to upload assets to a draft release. It...
Hi. I am listening but frankly I am not much interested in putting effort into this idea. I looked into what Catch2 project does to create a single header file...
Hello, right now coefficients are internal to the algorithm i.e. you can't access them via public interfaces. If you want to use SimpleFFT to gather coefficients and phases, you'd have...