Maximilian Knespel
Maximilian Knespel
Well yes, it actually does work to change `conky ...` into `bash -c`sleep 0.1s && conky ...`, but I would only call this a workaround, not a solution. Also there...
Of all the bugs I encounter daily since switching to Linux, this is one of the least obnoxious ones :). But thank you for your empathy. Other bugs like having...
With delay conky works (I currently have 1s delay). I'm using: - Debian mostly `sid`, but also some `stretch` packages which I didn't get around to update - `Linux version...
Wow thanks for mentioning of the public IP! I noticed that sometimes conky seemed to never load or takes a very long time. But the bug was so unspecific I...
`override` doesn't fix the bug, moreover when started manually transparency doesn't work, and if started by autostart, it is shown shortly and I guess after the wallpaper is loaded conky...
I have the same problem. Tests were not found on a headless server because `QT_QPA_PLATFORM=offscreen` was not set for test discovery. My current workaround is to export it inside a...
I'd also love to see this implemented.
I took a quick look at the source and documentation and it seems that backward seeking is supposed to be implemented by reopening the file. Somehow that reopen isn't effective...
I have the same error with some files. I run the same test with Github Actions on macOS and ubuntu but I have this error only on macOS for some...
As a [workaround](https://izumin.hateblo.jp/entry/2016/11/03/142345), prepend `#define MSGPACK_DISABLE_LEGACY_NIL` before including msgpack.hpp, or add `-DMSGPACK_DISABLE_LEGACY_NIL` to your compile arguments. ```c++ #define MSGPACK_DISABLE_LEGACY_NIL #include ```