David Peter
David Peter
Awesome stuff :smile:. LSP is definitely something I'd like to look into. I only had a very brief look into how this works and it seems like you run `numbat::Context::interpret*`...
> It's not too bad. Rust-Analyzer gets most of its diagnostics from running rustc upon saving the file. Ok, but the rustc backend doesn't execute the code. `numbat::Context::interpret` runs the...
Thank you. We probably only deactivate colors using the `colored` crate, but our diagnostics system uses `termcolor`.
Sounds reasonable, thank you. How does that look like (for different terminal schemes)?
I really like how `brightblack` makes the zero characters fade into the background on my current terminal scheme:  But it obviously looks very bad on other terminal schemes. It...
I'm also okay with changing the 0 character without making it configurable, for now. I'm not sure I like subscript 0. It's not vertically centered and looks a bit off.
Thank you. Did you see https://github.com/sharkdp/hexyl/pull/247?
Thank you for reporting this
You can reproduce it with ``` ▶ hexyl --terminal-width 2
Thank you for reporting this. How do other tools (xxd, hexdump) handle this?