Results 209 comments of João Marcos
trafficstars

I was also surprised by this, you can call `broadcast::channel::(CAPACITY).0` and send messages with the sender, they'll return an error, but you can just ignore them. That's ok for broadcasts...

@dxps I don't think that's possible. EDIT: for reference, [clang-format calls this `KeepEmptyLinesAtTheStartOfBlocks`]. EDIT2: I deleted my previous comment arguing that the default should be changed, after getting used to...

[`cargo-udeps`](https://github.com/est31/cargo-udeps) says that the `json` dependency might be unused (does not mention anything else). ``` `cargo-msrv v0.15.1 (/home/marcospb19/cargo-msrv)` └─── dependencies └─── "json" Note: These dependencies might be used by other...

Have you edited Package Control files? Maybe you just broke it and need to reinstall.

This happens with almost everything, when you use multiple cursors on insert mode and press Esc, it falls to normal mode instead of closing the multiple cursors. Also After building...

> The minimum solution is for us to support variable number of backticks for fences. Could the minimum solution be to grab the first and last line that starts with...

Oops, I just realized that [`trycmd` files can have multiple code fences](https://github.com/assert-rs/trycmd/blob/main/tests/cmd/multistep.trycmd) for multistep assertions. Yeah, nevermind.

For other people that end up on this issue, I solved this by choosing classic tokens instead of fine-grained ones. ![image](https://user-images.githubusercontent.com/38900226/214484269-ef4be189-4eba-4b0c-b464-494f27b91b17.png) So one of the reasons for this error, assuming...

@LilithHafner > I'd also consider adding it myself if there are simple instructions/examples for using this algorithm with a stable version of rust. Take a look at https://docs.rs/glidesort/latest/glidesort. There's a...

> @marcospb19 I do plan on releasing my benchmarks in a month or two in a separate repository I'd love to see that. Why Another repository tho? I think it...