Tim Stack

Results 189 comments of Tim Stack

Hmm, maybe it's an ncurses issue? This python program has the same issue for me on macos: ``` import time import curses scr = curses.initscr() curses.start_color() scr.addstr(0, 0, "Grinning \U0001f600")...

It seems like you've passed the scaling limits of lnav. lnav needs to read, parse, and index all of the files it is fed. So, loading thousands of files is...

Hmm, I've made a change that will at least allow scrolling with the scroll wheel, but the bar still does not show up.

I think the new theme is a little more well behaved, so closing this.

lnav expects/likes to have the messages in a file be in time-order so that it doesn't have to do heavy re-sorting work frequently. So, when that isn't the case, it...

The file is seen as a duplicate if the first log line in the file is the same as in the other file. Is that the case here?

Can you provide some sample inputs and expected outputs. Does the existing `line-format` work for producing the output? Is it mostly a matter of having multiple `line-format` configurations that are...

I've made a couple of minor tweaks recently that might help this situation. The format elements can now have a `prefix` and a `suffix` that will prepend/append text to the...

I think the conditional field functionality is good enough for now, going to close this out. Open a new feature request for improvements to that.