Weihang Lo

Results 766 comments of Weihang Lo

> However, it was switched to canvas due to severe rendering performance problems on some systems and browsers Any chance to recall those legacy systems and browsers?

@eth3lbert are you still interested in the experiment? Should we continue from here or write down a summary in #8850? @rustbot author

> The drawback might be that users with large screens might lose the ability to view the whole graph at once and would need to zoom in. This reminds me...

Or we could have a button for people to switch between two modes 😆

For switching between SVG/canvas, but could also for other stuff. This is not strictly adhered with Cargo's stability guarantee I believe.

FYI, there is an [official calendar repo](https://github.com/rust-lang/calendar) with the release ICS calendar for subscriptions: If you want a CLI tool, here it is: . (Maintained by a Cargo team member,...

This is a dup of #2301 and exactly identical to #4611. The core issue is that the compiler rejects multiple crate types that some accepts LTO some don't. https://github.com/rust-lang/cargo/issues/2301#issuecomment-173654991. Close...

> That was the point of the [internal build API](https://docs.rs/system-deps/latest/system_deps/#internally-build-system-libraries) Nice! I missed the important part 😆. To make it more realistic, we may want to expose a TOML config...

@Kelvin-1013 please don't post LLM responses without reading and reformatting.

The behavior is written down here in code: It seems pretty like an implementation detail relying on the assumption in the comment. I don't think this should be documented, and...