Pavel Ivanov
Pavel Ivanov
Yes, I'm going to add the suffix to the `formatting.punctuation` config. Most likely, this variant will become the default.
Thank you for your interest, detailed review and suggestions. Yes, it is a good idea to make the output layout configuration more flexible. I've been thinking about it already, maybe...
You are always welcome to share your use cases or scenarios. It would be helpful. But there are 2 major obstacles to overcome. 1. The internal data model is initially...
@adiba As for custom formatting, I still need to finish the ongoing refactoring. Once that's done, it will be much easier to implement custom formatters. I just don't have enough...
@adiba I checked, and filtering by an item in an array already works. Here is an example source file: ```json {"msg":"price obtained", "price":3, "span": ["a"]} {"msg":"price obtained", "price":5, "span": ["a",...
Here is rgr.log: ``` [2025-02-15 11:46:50.971980 +01:00] TRACE [src/main.rs:129] --- LOGGER INITIALISED --- [2025-02-15 11:46:50.983422 +01:00] TRACE [/Users/pamburus/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:551] registering event source with poller: token=Token(0), interests=READABLE [2025-02-15 11:46:51.008343 +01:00] ERROR [src/main.rs:230]...
I narrowed this down to a file that triggers the issue. It is 235748 bytes and 1779 lines, but unfortunately I cannot share this file. The operating system is macOS...
Ok, I managed to narrow it down to a single line and synthesized an equivalent line that triggers the issue. sample.log ``` 2023-07-19T11:43:45.012305+00:00 [0x00002518] [0x00007f4ae2d038c0] [trace] [SomeObject] : SomeFunction() called....
I have tried three different terminals and it fails on all of them. So the problem does not seem to be terminal specific.
Tried the same on Linux, no crashes.