SPiX
SPiX
Hi, I am using : version : Fish version 3.6.0 ( from official Suse shell repo ) OS: SLES 15.4 When adding an abbreviation with `abbr --add g git` I...
Hi, I discovered a little strange behavior when using the experimental backtrace api together with thiserror. I have prepared an example [gist](https://gist.github.com/rust-play/28fa7cbd18b08560e61c28ca02ee4bb4) and the [playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=ca3d64f6ba5a40a4a912a6746cae4441) You get different behavior when...
The default message format will print: ``` [2021-12-22T08:22:29Z TRACE mymodule] ``` When disable the target (module), there is an extra space before the `]`. ``` [2021-12-22T08:19:55Z INFO ] ^ here...