Meriel Luna Mittelbach

Results 162 comments of Meriel Luna Mittelbach

Complementary Reimagined r5.5.1. It doesn't happen with Angelica+No shaders, so I would expect it to work fine with No Angelica. See screenshots

Followup: It also breaks GregTech ore rendering:

Buildcraft oil (same thing happens with water too)

+1 for this. It looks especially weird with `git log -p` / `git show -p`, which inserts a newline after the commit text already

> > we can use `nvim_open_term()` and copy/pipe data from stdin into the terminal channel. > > Thanks. Yes, that's an option... is there a benefit to supporting this for...

Ran into the same thing just now, with a `/*` pattern. Worth noting it correctly marks directories as ignored, but not the top-level files.

> Okay so I took some time and dug deep into the code. TLDR I do agree with @PThorpe92's assessment that it's a `libgit2` issue. > > The statuses are...

At least we can say now that this is neither a bug in git2-rs, nor a bug in eza, but (if it is a bug at all, and not an...

recurse_untracked_dirs has no effect on the ignore issue. Note that there's both recurse_UNTRACKED_dirs, and recurse_IGNORED_dirs. the former is set by default (`statuses(None)`), the later is not. Setting the latter mitigates...