tausen

Results 27 comments of tausen

Hi @prathmat - thank you for your contribution! Would you mind removing the whitespace between `print` and `(`? We've tried to be fairly pep8 compliant: ``` adaptfilt$ pep8 --ignore E402,E226...

FWIW, I've been having this issue since forever and seem to have solved it by switching to using plaintext by default with: ``` (with-eval-after-load "mm-decode" (add-to-list 'mm-discouraged-alternatives "text/html") (add-to-list 'mm-discouraged-alternatives...

Fixed in v0.3.

Hi @josephernest! Happy to see there's still some interest in this library, despite it being unmaintained for a decade :) I've (finally) merged an old v0.3 PR which added Python...

Should be fixed in v0.3

Thanks for the feedback! PR updated accordingly. > Shouldn't the timer be reset to the last settings instead of the last paused value? After some contemplation I've updated the PR...

Pushed one more commit (to be squashed or discarded) -- this saves the last timer setting as soon as it's changed instead of when the timer expires or is stopped....

Thanks for the input, @thun11o, I believe the behavior with my changes should match what you're used to then :) I'm using the timer a few times every day and...

I've started work on a version based on https://github.com/InfiniTimeOrg/InfiniTime/pull/1971 over here: https://github.com/tausen/InfiniTime/tree/timer-ringing-memory A few things I'd change before promoting it to a PR, but seems to work well so far....