Xandor Schiefer
Xandor Schiefer
cc @edslocomb & @raxod502, as you were involved in https://github.com/radian-software/apheleia/pull/200.
I work around this with the following hook: ```typescript const useNoMemo = (factory: () => T): T => { 'use no memo'; return factory(); } ``` which I then use...
@domsleee your suggestion works for me in Fish shell. @AnkushMalaker if it's not working for you, make sure that your function is not autoloaded (e.g. functions defined in `~/.config/fish/functions`): >...
Yes, I also set `add_newline = false` as [@domsleee explained](https://github.com/starship/starship/issues/560#issuecomment-1465630645).
Is there any progress on this issue? I'm using the "[Warning Sign](https://emojipedia.org/warning-sign/)" emoji as a warning indicator for ALE, and isn't rendered correctly:  Once I move the cursor over...