Arif Driessen
Arif Driessen
Beyond a discussion of how to format the logs, I would like to propose that any logging of the happy and typical path be reduced to `TRACE`. For reasons already...
I was experiencing this problem (using the `Pretty` formatter), and Eliza very helpfully suggested this workaround, sharing in case it helps anyone from the future. ```rust struct NewType(Pretty); impl for...
Hi @pvolok, this looks great! But unfortunately, both me and my colleague are unable to copy. there is nothing in the clipboard. me: Ubuntu 21.04 colleague: Debian GNU/Linux 11 (bullseye)
Correct, none of the above commands are installed. In my case: - terminal app: VS Code (1.69.0) - x11 or wayland: x11, - tmux?: not installedtmux
Yup installing xsel solved it. thanks. Perhaps this package https://crates.io/crates/clipboard/0.5.0 which also uses `clipboard-win` would give you cross compatibility out of the box?
if it helps at all, I believe I encountered the same bug. This code: ```rust mod phase { pub trait Phase { const RUN: &'static str; const FAIL: &'static str;...
Okay, thanks. created: https://github.com/rust-lang/rustfmt/issues/5521
> As the original author of the log implementation, and after having used this for a while in production... I am +1 for moving the normal, happy-path logs to DEBUG...
@fold-squirrel would you happen to have any wisdom here? I was able to get codepoints up to 255 (i.e. the extended latin ASCII set) to display with this hack: ```rs...
Wow. thanks for swift and helpful answer. How does one change the pdf encoding to UTF-16? Or maybe just add an extra encoding, because in my case i want to...