Skyler Ferris
Skyler Ferris
I get the following error whenever I open a cpp buffer with clamp enabled: ``` Error detected while processing function 25_start_clamp[4]..ClampOnTextChanged: line 6: Channel was closed by the client ```...
Hello, Would you consider adding this example to the README? I make heavy use of nested keymaps in my config, so the current example did not work well, and when...
Hi @Aetf! I prepared this change for personal use because I wanted a larger resolution in my VM, and wanted to offer it to you because it seems generally useful...
## Bug Report ### Version ``` tracing_bug_reproducer v0.1.0 (/home/user/repositories/tracing_bug_reproducer) ├── tracing v0.1.41 │ ├── tracing-attributes v0.1.30 (proc-macro) │ └── tracing-core v0.1.34 ├── tracing-subscriber v0.3.19 │ ├── tracing-core v0.1.34 (*) │...
## Motivation Currently, passing `format().json()` to the `event_format` method of `SubscriberBuilder` without also calling `.json()` on the `SubscriberBuilder` results in either a runtime panic (in debug mode) or missing information...