Tim Stack

Results 189 comments of Tim Stack

Yes, that one timestamp at the top is what lnav is locking onto. Is that written out when the file is created? Having that timestamp there makes things a bit...

Adding a Copy action to the filter editor sounds like a reasonable thing to do.

> > I would also say that the desire for ANDing or ORing the filters together is arbitrary. > > Not sure why you think so as other users are...

> There is also the fact that regex matching in SQLite is not based on PCRE, from what I can see. That is not something obvious to people and quite...

I made a tweak to get that file to build faster. The build from HEAD on my M2 is now 1m37s. So, I'm going to close this.

I would very much like to see C/C++ bindings and would like to use PRQL as a frontend for the SQLite backend in [lnav](https://lnav.org). Is this something to be done...

I think this is basically fixed now.

> The server I'm SSH:ing doesn't have a home directory for the current user. Perhaps that is the problems? Does the tailer require a working home directory by any chance?...

For Ansible, it looks like there's a [`profile_tasks` plugin](https://stackoverflow.com/questions/61948417/how-to-measure-and-display-time-taken-for-tasks-when-running-ansible-playbook) that will add timestamps. So, you can build a format file for that. You could also try the new `:sh` command...