Pavel Ivanov
Pavel Ivanov
Tried. Yes, it requires `T` to implement `PartialEq`, as expected due to the issue you mentioned earlier. But everything else works fine. `#[derive(PartialEq)]` works without issues. And I was able...
Hi, How did you install the application?
Yes, the recommended way to install on macOS is through Homebrew or from the source code. You can also download and unpack it using command-line tools like `curl` and `tar`,...
I’ve opened donations at [ko-fi.com/pamburus](https://ko-fi.com/pamburus). For anyone interested in this feature, please give a 👍 reaction on the [original post](https://github.com/pamburus/hl/issues/1109#issue-3537909417) and consider supporting the project — it will help bring...
Could you please share which hl version you use and what operating system?
Could you also share an example of a log line and the configuration file (if any)? Exact string values do not need to be shared. The overall format and set...
The `--follow` mode requires timestamps to order entries chronologically, which can feel counterintuitive in some cases. Perhaps, processing entries without timestamps in simple FIFO order would be better rather than...
Unfortunately, this is currently impossible because `hl` is not a TUI application. It simply processes standard input (stdin) or files and outputs formatted data to standard output (stdout). For convenience,...
Related: #443
Hi, I noticed this PR has been inactive for a while. Just wondering if there’s anything blocking it from being merged.