Pavel Ivanov

Results 14 issues of Pavel Ivanov

I tried to implement minimalist `Stream` over lines in a `BufReader` using `read_line` method, but it drops some data when boundary of its buffer is crossed. Using `async_std::io::Lines` does not...

## Description Here is the minimal test set to reproduce the issue ## Source Files ### assets/config.yaml ```yaml val: INF ``` ### src/lib.rs ```rust #[cfg(test)] mod tests { use config::Config;...

A-format

This is needed to allow correct shutdown of goroutines that are trying to `QueueUpdate` or `QueueUpdateDraw` after the `Application` exits on `Stop`.

# Problem Just created a new empty repository and called cargo init. Then got this error message in VS Code. # Logs **OS:** darwin (23.4.0) **VSCode:** 1.89.0-insider **Error message** ```...

### Description This pull request adds the ability to expand fields and messages. ``` -x, --expansion Whether to expand fields and messages [env: HL_EXPANSION=] [default: medium] [possible values: never, inline,...

enhancement