Xandor Schiefer

Results 85 comments of Xandor Schiefer
trafficstars

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: ![2018-06-06-150954_2271x1214_scrot](https://user-images.githubusercontent.com/1187078/41040084-b1c09306-699b-11e8-8bfb-5e5c92baa62d.png) Once I move the cursor over...