Tim Stack

Results 50 issues of Tim Stack

**lnav version** v0.11.0 **Describe the bug** With the following logs, the second message does not have the right log_time because the zone is not taken into account. The third message...

bug

The command prompt highlighting is done by reading the string from the ncurses buffer, so it only works on what is displayed. If the line being entered is longer than...

bug

The following lines are reading from the data without doing the endian swap: https://github.com/k0dai/spookyhash/blob/b9954b4b72fbc9424c5f59b345c51b25ad925b95/src/spookyhash.c#L178-L179 There's a couple of other lines in this remainder case as well that are missing the...

Adding a URL handler for `fswatch` seems like a nice convenience. The handler should probably run a command like the following: ```bash fswatch --access --bubble-events --recursive --event-flags --timestamp --format-time "%Y...

enhancement

There is no visual indicator of the state of the view stack, which can be confusing for new users.

enhancement

**Is your feature request related to a problem? Please describe.** It might be useful to show metrics that have been gathered along side log messages. For example, the user may...

enhancement

A file descriptor is kept open for every file that is opened, so we are bound to hit a limit when trying to open a lot of files.

performance

**lnav version** v0.11.1 **Describe the bug** Using `#!lnav` might not work in some places since it's not a full path. It's probably better to use something like: ``` #!/usr/bin/env -S...

bug

**Is your feature request related to a problem? Please describe.** It's not really clear what span of time is covered by a file. **Describe the solution you'd like** We could...

enhancement

It can take quite a while to index a large set of files, so we might want to cache the index on disk for "big" files. Hopefully, that should speed...

performance