Marlon Richert

Results 28 issues of Marlon Richert

It's not particularly useful, is sometimes confusing, and if anyone still wants it, it's fairly trivial to implement yourself.

enhancement

### Discussed in https://github.com/marlonrichert/zsh-autocomplete/discussions/646 Originally posted by **har-si** September 28, 2023 I added the below line to my `.zshrc` to change the color of the group description in my completion...

bug

Discussed in #506 Something like this: ```zsh zle -A inner- # Rename the old widget. zle -N outer- # Redirect the old name to a new function. outer-() { zle...

enhancement
documentation

Calling a completion widget without passing the `-w` flag causes `$WIDGETSTYLE` to be unset. This breaks logic in [`_oldlist`](https://github.com/zsh-users/zsh/blob/master/Completion/Base/Completer/_oldlist), [`_list_files`](https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Type/_list_files) and [some plugins](https://github.com/marlonrichert/zsh-autocomplete).

* [Debug file](https://github.com/uncrustify/uncrustify/files/11624638/debug.txt) generated with `uncrustify -c - -l OC -p debug.txt -f Test.m` * [Test file](https://github.com/uncrustify/uncrustify/files/11624652/Test.txt) , renamed from `.m` to `.txt`, so I can upload it here. Generated...

Objective C

[//]: # " If the issue is connected to existing Uncrustify options please, if possible, add the" [//]: # " following information to ease up the process:" * [Debug file](https://github.com/uncrustify/uncrustify/files/11610781/debug.txt)...

Objective C

When I have two paths containing multiple subpaths, even when I assign the same color variable to each path, the subpaths are reported as "More than 2 identical colors should...

I get the above error after running ``` brew86 -v install apple/apple/game-porting-toolkit ``` The following part of the output appears to be where the problem occurs: ``` /private/tmp/game-porting-toolkit-20240311-6601-nrgwc4/wine/dlls/crypt32/unixlib.c:629:11: error: unknown...