Radon Rosborough

Results 593 comments of Radon Rosborough

If you run that code in Emacs 26, it will misbehave. I think it is probably a good idea to figure out what is actually going on, and what changed...

@Hi-Angel Try `git clean -ffdx`, and if things are _really_ screwed up then also `find . -exec touch '{}' ';'`

I have version 0.14.0 of gnome-pomodoro with version 3.30.2 of gnome-shell on Manjaro and I still see a freeze on launch. If I delete `~/.local/share/gnome-pomodoro` first, then it recreates it...

It's not clear to me exactly what I did to make gnome-pomodoro work, but at some point it started working. Some combination of restarting and reinstalling and deleting the database.

Partial workaround (breaks the arrow keys): ```js $("#my-input").on("keyup", () => { $("#my-input") .data("autoComplete") ._dd.focusNextItem(); }); ```

Better workaround: ```js const dd = $("#my-input").data("autoComplete")._dd; dd._refreshItemList = dd.refreshItemList; dd.refreshItemList = () => { dd._refreshItemList(); dd.focusNextItem(); }; ```

This wasn't immediately clear to me, so that was why I suggested documenting the difference. For example, what's the practical impact? One of the problems with Aggressive Indent is that...

See https://github.com/raxod502/radian/commit/3e0dcfa7774b45676965f9e50dc5154053809dfb.

Or `straight.el` :)

See also https://github.com/raxod502/radian/issues/371.