Pavel Ivanov

Results 54 comments of Pavel Ivanov

How about switching from jsonschema-rs to boon? It looks like it is 100% compatible with Draft 2020-12, 2019-09, Draft 7, Draft 6 and Draft 4. https://bowtie.report/#/implementations/rust-boon

Thanks for your reply. Yes, this workaround does work, but it is really inconvenient. The `encoding.TextMarshaler` and `encoding.TextUnmarshaler` is a de facto standard way to marshal any type to any...

Hi, unfortunately I cannot share this log file because it contains private and confidential information. I used it to measure performance because it is big enough and quite typical for...

I found another open dataset, transformed it slightly and made the measurements. #### Source file [Web robot detection - Server logs](https://zenodo.org/records/3477932) #### Transformation command ```shell pv -c -N input web-robot.log)...

@zx8 Thanks! There is no ETA on this yet. I thought this feature was almost ready, but it turned out to be more complex than I initially expected, and some...

Hi, thanks. Yes, an interactive mode would be very useful. I've been thinking about it lately, I'll probably try to implement something soon. I just wanted to finish one more...

I agree that installing Less on Windows is not as easy as it may seem. There are several ways to get Less on Windows. 1. Install [jftuga/less-Windows](https://github.com/jftuga/less-Windows). This link can...

Hello, thank you for your feedback. Currently, the formatting logic is indeed hardcoded. The primary reason for this approach is to ensure messages can always be interpreted unambiguously, regardless of...

> This is especially true since other fields are shown with a different color, so this is very clear that it's not part of message anymore. I intentionally avoided relying...

Ok, I see your point. To address this, I propose introducing an option to control how messages are displayed, with the following choices: * Auto — Messages are quoted automatically,...