Results 30 comments of Fulvio Scapin

Ok, thanks @tstack . I agree that a bit of refactoring might be in order to address other cases properly.

Picking up from the example in #1044 , a bit of debugging led to https://github.com/tstack/lnav/blob/ca4e61ba02345a8b92d846e99fc87de42a707b79/src/view_curses.cc#L1129-L1142 ``` str = user_mid_sum index = 1400796810 offset = 36 str = user_sum index =...

Thanks @tstack for the references. I would like to make some suggestions on the topic once I've read through them with due care.

I agree with @piotr-dobrogost across the line @tstack . There is also the fact that regex matching in SQLite is not based on PCRE, from what I can see. That...

> SQLite has LIKE, REGEXP, and GLOB1 for matching text. The REGEXP is implemented with the same machinery as used in other parts of lnav. Nice, so my concerns where...

@nicowilliams was this fixed by the recent locale-related patches?

@itchyny @nicowilliams I have not checked, but was this, by chance, handled by recent commits?

``` $ LC_TIME="it_IT.UTF-8" date +"%a %d %b %Y at %H:%M:%S" | LC_TIME="it_IT.UTF-8" ./jq -R 'strptime("%a %d %b %Y at %H:%M:%S")' jq: error (at :1): date "mer 06 set 2023 at...