Manish Goregaokar

Results 1180 comments of Manish Goregaokar

cargo check and cargo clippy are different things, not forks.

cargo check does a very simple thing, so there's no need for more activity

`cargo build` doesn't build all bins at once, IIRC

Anyway, both cargo check and cargo clippy forward to `cargo rustc`, a built-in subcommand, which is the one which doesn't allow stuff to be run on all targets. The bug...

All other SSH apps I know do this inline. Besides, a keyboard which you only use for one app sounds ... unweildy.

I wrote up some thoughts on this [on Twitter](https://x.com/ManishEarth/status/1838057049755951571), but I figure I'd write it up properly for this issue: The thing that probably should be fixed is [this text](https://drafts.csswg.org/css-writing-modes/#unicode-bidi):...

> How is any other improperly paired element handled? Pasting `"foo this is bold"` or `"foo non-italic"`? This is handled in the (X|XHT|HT)ML _parser_: closing tags are inserted automatically where...

We're getting something similar with https://github.com/unicode-org/icu4x/pull/3327. Other PRs have not had this issue, and this PR has had this issue on every push (including when it was a different PR,...

Oh, hmm. I fixed one off by one but I vaguely recall seeing similar stuff afterwards. Thanks for investigating!

The two ifs here should probably have their own tryrecv loops https://github.com/servo/media/blob/master/audio/render_thread.rs#L296