Nathan Aclander
Nathan Aclander
This issue finally happened on the host running the flexo service ( not on the clients, which more frequently get this error ). The output from the script you requested...
And some logs from the flexo service ( version 1.6.8 ) ``` Dec 28 05:45:55 dmz-cache systemd[1]: Started central pacman cache. Dec 28 05:45:55 dmz-cache flexo[9220]: [2022-12-28T05:45:55.585Z INFO flexo::mirror_flexo] Retrieved...
Unfortunately the next time I went to run the update the error no longer appears. I try the above command if it happens again.
You have to add all the correct fields. Specifically `gsd_complete`, `gsd_status`, and `gsd_type`.
Hey @mbehr1, thanks for taking a look. Ultimately I do not know what "telemetry" is being sent here, or why it is even required at all. I understand it can...
Note, that this diff looks big but I really just added `save-excursion` and re-indented everything.
@pronobis both. The cursor jumps to the end of the word. At least with my current emacs configuration. Is this intended? I don't think helm-flyspell should change the position of...
So looking further at the code, you might have done this intentionally as a response to #3. However, in my opinion, the cursor should be put back where it originally...
I have the same problem running Calibre-Web version: 0.6.19 on Arch Linux. I'm wondering if this line is the culprit: https://github.com/janeczku/calibre-web/blob/master/cps/cover.py#L38
The problem is the `'` before `'((((class color...` The quote in front basically means that nothing will be evaluated, so you weren't actually using a string. To fix it use...