Results 49 issues of minusf

Toggle does not work correctly in certain cases (python example): ```py d=( # "test1", "test2", ) ``` Now i would like to toggle the commenting to be like this: ```py...

enhancement

**lnav version** 0.10.1 **Describe the bug** can't seem to hide certain fields with `:hide-fields` in a webserver log file. Certain fields when hidden still show with certain values (`sc_bytes` if...

bug

**lnav version** v0.10.1 **Describe the bug** When viewing a remote file thru ssh and the connection is lost, the `File` pane shows a red error message: `error: a file cannot...

bug

**lnav version** lnav 0.10.0, macos 11.5.2, macbook pro M1 **Describe the bug** I have an apache log file. I am simply trying to see daily traffic aggregates: ``` ;select date(log_time)...

bug

**lnav version** v0.10.0, macos 11.5.2, apple M1 **Describe the bug** ``` $ lnav -n ... ==== GURU MEDITATION ==== Unfortunately, lnav has crashed, sorry for the inconvenience. You can help...

bug

hello. i am trying out chadtree to possibly switch from nerdtree. i do like the implicit follow mode which makes `NERDTreeFind` less useful. however what i am missing from nerdtree...

It seems that `ConnectionResetError` is not handled when opening the feed in `parse()`: ```py try: data = _open_resource(url_file_stream_or_string, etag, modified, agent, referrer, handlers, request_headers, result) except urllib.error.URLError as error: result.update({...

would it not be possible to use `DjangoJSONEncoder` instead of `standardjson`? ```python class DjangoJSONEncoder(json.JSONEncoder): """ JSONEncoder subclass that knows how to encode date/time, decimal types, and UUIDs. """ ```

https://github.com/allinurl/goaccess/blob/master/goaccess.1#L1063-L1071 i don't know the groff syntax off the top of my head, but the escapes do not do what is intended, it is rendered as: ``` WORKING WITH DATES...

documentation

goaccess 1.5.1 macos 11.4 When generating html reports, numbers in the columns look like this: `207.286 (8.80%)` the man page does not mention locales at all, but in any case...

enhancement
question
html report
terminal output