Tim Stack
Tim Stack
> I am trying to execute a shell command once log body matches a regex pattern. > > I added a watch expression: > > ``` > :config /log/watch-expressions/testfinished/expr regexp(:log_body,...
> I get following error while trying to exec "shell_exec" > > ``` > 2025-01-28T15:31:30.453+00:00 E t0 sql_util.cc:552 (1) unsafe use of shell_exec() in " > INSERT INTO lnav_events (content)...
> just letitng you know i'm seeing these No worries, I know life exists outside of maintaining open source projects. notcurses has been a huge improvement over ncurses for me,...
Oops, I forgot to mention that when this occurs, the following assert is raised (don't pay attention to line number, it's in my customized version): ``` Assertion failed: ictx->amata.used
I ended up making the same `|| consumed == -1` change.
At startup, lnav sends some queries to the terminal to figure out what it is. Normally, the terminal responds very quickly. However, the VS Code terminal seems to be really...
Sorry, I'm not able to replicate any of the issues except for failing to start up after deleting the theme file. When you say "Modify the theme", do you mean...
@nikess The implementation of handling data piped into lnav was changed in v0.12.0 . Can you try upgrading and seeing if there is any improvement? @otonoton What version are you...
I've "fixed" this by sending `\x1b[=0u` to turn off the enhancements before sending the pop (`\x1b[
What terminal emulator are you using? (Sorry for the late response, we've been on holiday for a few weeks)