Théophile Bastian

Results 27 comments of Théophile Bastian

@moul Still no updates to provide for the C1?

I just stumbled upon PR #41 and the `--svg-path` option, which indeed solves the issue above, and looks like the right thing to do indeed. Maybe putting the option a...

I'll have to check, I believe I fixed it but I am not entirely sure anymore.

Not doing that is of course a solution :) If I try to see a way of allowing this without breaking anything, would it be possible to * store as...

I have also been noticing this issue for some time now, but never cared to dig into it. I often leave my computer locked but unsuspended when I need eg....

I can confirm that I still get unexpected system load. The reason is not clear to me to this point. I'll add some targeted debug logging on my local build...

Can this issue be re-opened? There clearly still is a bug. I can reproduce. I believe that the problem, again, is that after some time, the timer will somehow trigger...

I found the issue, but I'll need guidance (@fwsmit ?) as to how to best handle this. In [these lines of get_next_datachange](https://github.com/dunst-project/dunst/blob/master/src/queues.c#L565-L569), the next datachange is set to the next...

I do not have the real log, but some custom logging gave me this: ``` [190258316082] Computed wake-up time: 190268315716 in 9999634 μs [190258318350] Sleeping for 9997 ms CRITICAL: Source...

I remember that this was a deliberate change, because I believed that `start` was a mistake that happened to work. From the comment: ```c gint64 start; /**< begin of current...