Takeru Ohta

Results 132 comments of Takeru Ohta

According to the convention of `sloggers`, it may be better to specify the filter configuration as follows: ```toml [[filter]] type = "kv" # Designates the type of this filter using...

Good! This is a feature that I also have wanted to add someday. In my use case, either `"prefix_{year}{month}{day}.log"` or `"prefix_{year}{month}{day}_{hour}.log"` is often used as log file name, so it...

Related with this feature, I have wanted to add a basic file rotation functionality too, but even if it is useful, it may be better to separate it to another...

> I consider sloggers a "newbie friendly", "on ramp" to slog, so that new users don't have to spent too much time just getting the benefits of slog. But when...

> Another question, > Both file_logger and terminal_logger contains one Async, thus opened two threads. > Can we avoid that, something like only create one root Async(thread) for all child...

Thank you for sharing your idea. (I'm not sure but) it sounds that it's not so difficult to support wild m3u(8) files. However, as the name suggests, this crate is...

Thanks for your comment! > The solution for this is to ... introduce some kind of iterator based parser. Sounds interesting. Unfortunately, I also don't have time to try to...

Hi, Sorry for the late reply. A real usage example of this crate is found in https://github.com/sile/plumcast (`plumcast` isn't a small crate though ...). It is possible to create a...

> I was in the assumption that HyParView was an extension on Plumtree which guaranteed that a message arrives. In my understanding, the main role of HyParView is membership management...

Thank you for your feature request. This feature sounds useful. However, the current version of Pixcil does not have a concept of a "2nd colour." Implementing this feature could require...