Tim Stack

Results 329 comments of Tim Stack

Yes, column widths are limited to 120 cells and that doesn't seem to be documented. I'll use this bug to track updating the docs. > I'm also unclear if selects...

> How do I return to the plain default set up? (I tried :config default) You can set the default theme with: ``` :config /ui/theme default ``` The screenshot I...

I've pushed a change that adds a `macosuni_log` format that should work with the output of `log stream --style=ndjson`. I just took a guess as to what values to capture...

Would you be able to run lnav with `-d /tmp/lnav-dbg.out` so it writes out a debug log and I can take a closer look. lnav is supposed to scan the...

I'm not able to replicate this with the top-of-tree and without a debug log, it's hard to know what might've happened. Going to close.

Try setting `ordered-by-time` to false in the format definition.

The `q` key is bound to the [lnav-pop-view.lnav](https://github.com/tstack/lnav/blob/master/src/scripts/lnav-pop-view.lnav) script: https://github.com/tstack/lnav/blob/f30fe43e733b0b32a73e17e68ecec2a8d5d70d04/src/keymaps/default-keymap.json#L187-L189 So, for the moment, you can tweak things as you like. You might want to change the `;DELETE FROM lnav_view_stack...

How do you envision this working? Would lnav ssh to the remote host and run `docker logs`?

> ``` > ssh user@server ... > ``` I think you need to pass `-n` to ssh so that it doesn't listen to stdin, which can mess things up (see...

> I understand this is a problem from the underlying SQLite library versions being used What version of SQLite is on the system? The lnav debug log will include a...