stefan123t

Results 333 comments of stefan123t

Can we tag this issue with an accessibility label, as it turned up in our manual WCAG and accessibility tests performed routinely. This is the major blocker for users of...

What is the voting system of the angular-robot supposed to do, we have +11 on the initial issue post and 7 participants that is more than 100%. I do understand...

I fixed this by meeting the documentations recommendation: export TERM=xterm-256color

Same here lnav 0.7.3 is in CentOS-7 release repo and compiling from source is not an option at the moment/server. I also try to write a custom format and lnav...

Maybe related to #352 as it has the same error message, i.e. pcre err -8 and my custom logformat (weblogic) also contains larger Java stack traces.

@tstack this `/multiline:unexpected data, expecting one of the following data types --` is raised because `"multiline" : true / false,` is not a recognized JSON Path in lnav-0.7.3. This may...

@MicuAlexandru sorry I do not parse JSON logs. Only things I parse are some weblogic logs which have field syntax spanning multiple lines (especially the message / body with stack...

@jefft I have tried your pattern in regex101 and it does consume the whole file, not just a single / multiple lines until the next timestamp pattern occurrs. [`^(?\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3})...

I succeeded to read a german / european locale / native formatted date string `Aug 3, 2021 10:07:49,502 AM CEST` using the following custom / arbitrary timestamp-format: `"timestamp-format" : [...

@tstack however I could not get the following working: date string `8-3-2021 00:01:28.510` matching `"timestamp-format" : [ "%-d-%-m-%Z %H:%M:%M.%L" },` Apparently the src/ptimec.c Parser does not know how to handle...