Jacques Rimbault

Results 4 issues of Jacques Rimbault

This should allow the user to set their preferred logging format regardless of compilation mode. And allow the library to add more knobs in the future in a (hopefully) backward...

This is a short idiom I think I've seen several times. Using a fallible closure inside an infallible function to allow the use of the `?` operator.

C-addition
A-idiom
C-stale

It should be possible to use an `enum` as the possible value of an option, without wrapping it in an `Option` when and if the `enum` implements `Default`. Current example...

enhancement

**Is your feature request related to a problem? Please describe.** I'm using lnav with structured JSON logs that include multiple UTC datetime fields besides the main timestamp. While `timestamp-field` works...

enhancement