Alex Garustovich

Results 3 issues of Alex Garustovich

Added a few reserves, a few std::moves and other minor changes for a slightly more effective code. I'm ready to explain or change any diff. Will be glad for your...

**Bug description** When decoding huge json numbers higher than ULLONG_MAX (which is `18446744073709551615`), json module silently converts them to ULLONG_MAX and there's no an easy way to catch that. *...

bug
app

Example: ![image](https://github.com/tstack/lnav/assets/1632170/2925ef02-26bd-4a46-adeb-6cb45990c5c3) There's a huge line with a JSON (it's wrapped), and you can see the last ~20% are not colorized. If you search for `1685615249507568` (it's the last value...

bug