Adam Niederer
Adam Niederer
I've been using this for the past year or so on my phone and it's worked well. If there's no major blocking issues then I think approving and merging this...
I'm pretty sure the (rightfully-added) anti-scam measures on newer android versions would prevent you from actually testing the accessibility service if I gave you an APK. I did just push...
This is a quick and dirty solution for bash completion: ```bash _complete_ollama() { local cur prev words cword _init_completion -n : || return if [[ ${cword} -eq 1 ]]; then...
This fixes one last problem I was having with indenting regions which overlapped but did not fully contain a submode overlay. It also causes submodes which take up less than...
Apologies for the delay. I've moved both commands to mmm-cmds, made `mmm-indent-line-narrowed` update the submode before proceeding, and added autoloads for both commands. These changes fix the remainder of the...
> Does that mean that the line indentation function still performs incorrectly > in certain cases? That seems like it should be fixed first. Yes, there was a bug in...