Ivan Malison
Ivan Malison
This sort of fragmentation is not helpful IMO
Shouldn't these changes be upstreamed into https://github.com/alsa-project/alsa-ucm-conf/tree/master/ucm2 I'm confused
Is there a reason this can't be merged into compton mainline?
Not sure if you would be interested, but I broke taffybar's strut support out into its own (gi-gtk based) repository. You can find it here: https://github.com/IvanMalison/gtk-strut It's a small thing,...
IMO, the only place that it is appropriate to use flag variables is in a main function. From that point onward they should be passed to the objects as configuration....
See https://github.com/sigma/gh.el/issues/102
``` emacs-lisp Debugger entered--Lisp error: (wrong-type-argument sequencep 2) signal(wrong-type-argument (sequencep 2)) (if (or (null num) (zerop num)) (signal (car err) (cdr err)) (eieio-oset req (quote :num-retries) (1- num)) (gh-url-run-request req...
This brings up the question of how what a completed state IS is determined (Filed #4). Emacs uses `org-todo-keywords` to determine this. I think its great that syncorg has removed...
My agenda is currently flooded with items that are in archive files in my org repo! I'm going to take a look at trying to fix this, but I'd like...
Emacs uses `org-todo-keywords` to allow for custom TODO states. Perhaps I am mistaken, but from what I can tell, syncorg does not currently support this.