John D. Rowell

Results 8 comments of John D. Rowell

I've got the same problem (high CPU usage when using show_age_threshold > 0). It seems that draw() just gets increasingly spammed as the number of pending notifications increase. For now...

It is. I started noticing this problem when there are over about 100 notifications waiting to be read, and it always results in very high CPU usage. I've been running...

The hack I used 2 months ago (https://github.com/dunst-project/dunst/issues/1102#issuecomment-1414252720) for this is still mitigating the issue for me, don't have any load problems anymore. But it _is_ a hack, so looking...

AFAICT, if you run glow with "-n" the TUI will look the same as the CLI (due to regular line breaks, as in "\n", not trailing double spaces or "\")....

Yves thanks for the PR. I hadn't touched this project in many years but am merging the PR's now, will check yours next.

I just changed it to use @if for calculating the next year and month (instead of @year and @month), and still get the same @dts error. It seems that any...

I wish I'd found this issue before going through all the trouble of git bisecting the pico-sdk. Simply adding #define RP2040_PIO_SPI #define RP2040_DMA like described above fixed the issues with...