Will R S Hansen
Will R S Hansen
> I am able to get this macro when I fully select the dbg! call but not when my cursor is in the range, which is probable because here: https://github.com/rust-lang/rust-analyzer/blob/dba59970bcccfb3c6fc16ea0d0d79da875f22316/crates/ide-assists/src/handlers/remove_dbg.rs#L25...
@moosetwin0 User choice paralysis and ease of database indexing lean against that, but I'm not 100% on either of those.
> > there's a conflict with the 'S' key, which Lazy uses for the 'Sync' operation > > Where is this documented? Thx. Can't find on the Lazy github, but...
This is bugging me. Especially when adding an option I'd previously removed. I have to click it all the way up from the bottom. I get that it was probably...
A browser addon could be a potential workaround for pc users until official implementation. (Like the [reddit](https://addons.mozilla.org/en-US/firefox/addon/reddit_comment_collapser/) one)
I've noticed some filtering oddities with ascending results as well
Doesn't look like it's implemented (really should be though). Possible workarounds include: - A bunch of parallel line segments really close together - A polygon https://docs.rs/imageproc/latest/imageproc/drawing/fn.draw_polygon.html https://docs.rs/imageproc/latest/imageproc/drawing/fn.draw_line_segment.html https://docs.rs/imageproc/latest/imageproc/drawing/fn.draw_antialiased_line_segment.html
I think I got this too: ``` Error detected while processing TextChangedI Autocommands for "*": Error executing lua callback: Vim:E220: Missing }. stack traceback: [C]: in function 'getcompletion' ...cal/share/nvim/lazy/cmp-cmdline/lua/cmp_cmdline/init.lua:136: in...
I'm seeing `--color always` as working for cargo test. - `cargo test &> tmp.txt` --> no color - `cargo test --color always &> tmp2.txt` --> color version: `cargo 1.93.0-nightly (445fe4a68...
> > Thanks for the report. Is there anything special in `test_simple_echo`? > > It looks the error occurs when tracing `cargo` itself instead of `test_simple_echo`. I'm not sure if...