Λlisue

Results 427 comments of Λlisue

Adding a `.. up a dir` line is a bit tricky because all lines in the fern window are derived from the directory structure, and all renderers assume that the...

I faced the same problem with Deno v1.29.1. In my case, I was able to solve it by putting a zero `await` before the first `t.step()`. ```typescript await new Promise((resolve)...

I've confirm that issue on macOS with Hyper 3.1.3 as well. It seems this issue influenced to plugin installations as well. I add `plugins: ["hyperpower"]` to `~/.hyper.js` but the plugin...

OK but I need to prepare Linux environment first so takes time...

I haven't noticed this PR sorry. Well, the commit contains too many contexts. Could you separate the commit to having just a single context for each?

If the license is ok, I would merge such PR thanks!

If you are using `nerdfont.vim`, from this commit (https://github.com/lambdalisue/nerdfont.vim/commit/213a00b1ed5ae166c12e3ba632d3108296b03667), it automatically fix the width of glyphs.

Well, glyph-palette itself doesn't touch widths... Do you mean nerdfont.vim breaks glpyhs in lightline, airline, buffet, buftabline, etc? or glyph-palette itself breaks somehow?

Interesting. Similar issue is reported (https://github.com/lambdalisue/fern-renderer-nerdfont.vim/issues/26#issuecomment-1846073643) so we might need extra space for syntax highlight in any case. I'll investigate. Thanks for the comment @awelormro

@nionios @awelormro Does #22 solve issue?