David Peter

Results 1367 comments of 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: ![image](https://github.com/user-attachments/assets/67ad92a8-7248-4ded-850a-38557729df5b) 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.

You can reproduce it with ``` ▶ hexyl --terminal-width 2

Thank you for reporting this. How do other tools (xxd, hexdump) handle this?