pm100

Results 74 comments of pm100

@AmmarAbouZor @extrawurst see pr #1937

Work completed , now only changes one file, but it is stuck on the ratatui version issue see #1959

note that this will also fix #1699 as tui-textarea has full support for all language types and #1333

I just hit the same problem. The code failure is here check(unsafe { consoleapi::SetConsoleMode(self.conin, raw) })?; in enable_raw_mode. That call fails. LLDB is doing something odd with the console pipe,...

seems to me there needs to be a merge option. read n files in, then output the merge of them all, with the later ones taking priority over the earlier...

gitui does not use the git cli underneath but it does use libgit2 which does support includeif, so it should work. is the config file you show the one that...

OK, this i complicated issue caused by a bug in libgit2. Your use of %(prefix) is what is causing the error. The temporatry solution is to duplicate the includeifs that...

@mloskot leave it open please, useful for tracking the libgit issue https://github.com/libgit2/libgit2/issues/6566

@mloskot I also suspect that running the windows binary under wsl would work, although people have repoerted that this is slow to load in WSL

@mloskot windows binary runs for me but behaves oddly :-( , it was worth a shot