José Luis Domingo
José Luis Domingo
So did a test to try to narrow down where the error may be coming from, so what I did was: * Took the input file CSV and slightly modified...
Did some additional testing. Long story short: turning the "CREATE VIEW" into a "CREATE TABLE" works with the most recent version. Long story. Initial bug report is correct but I...
Nothing to be sorry @tstack , this is an incredible piece of software and I kind of hope by making this tool as useful as possible at my current employer,...
Continued to chase my own reported bugs using AI tools, and for this one, it reported as follows: #### 2. **Fundamental Code Problem** - **Root Cause**: In `src/ptimec.hh`, the epoch...
Which "very old version" would that be (so I can download it and try)? I may see how things would look and realize that's not really helpful in the end....
Thanks for adding the year at the end of the time stamp in the histogram view, it makes things much clearer when looking into data which spans across years. Also...
Oh, now I see in the source code that the different time-step above a week is an "approximation": ```diff diff --git a/src/lnav_commands.cc b/src/lnav_commands.cc index 1525eed4..d006bd27 100644 --- a/src/lnav_commands.cc +++ b/src/lnav_commands.cc...
> > Which "very old version" would that be (so I can download it and try)? I may see how things would look and realize that's not really helpful in...
I tried the feature called "[hist] add empty rows" in the recent code (which I missed from your earlier comment). In the common log analysis case, it does not get...
> Maybe the view could be optionally condensed by using e.g. red lines instead of complete rows to indicate missing intervals? That way no screen estate is lost, but there...