Willy Lee
Willy Lee
After enabling, disabling, and re-enabling selectric-mode, keys on selectric-affected-bindings-list cause Emacs to hang briefly and then emit an ugly sound and the "apply: Creating pipe: Too many open files" error...
When I have `org-agenda-start-with-clockreport-mode` customized to enabled, I get the following error: > Error running timer ‘org-notifications--get-events’: (wrong-type-argument fixnump nil) Adding `(org-agenda-start-with-clockreport-mode nil)` to the `let` in that function seems...
Mingus version 0.6.1 To reproduce: ``` from mingus.containers.note_container import NoteContainer chord9 = NoteContainer() for note in ["C", "E", "G", "B", "D-5"]: chord9.add_note(note) print(chord9.determine()) # Succeeds chord11 = NoteContainer() try: for...
Initial call to `calendar-generate-window` errors out when calendar attempts to mark holidays, as habit-stats attempts to create a calendar centered 1 month previous to current, but calendar tries to mark...