Rick Viscomi
Rick Viscomi
I'm still interested. One unintended side effect to consider is scrolling so early that we disqualify the actual LCP element. So if we do it, we'd need to scroll as...
The ideal workflow I'm going for is to make it as easy as possible to add new metrics. So for example, if the 2022 JavaScript chapter team comes up with...
Marking the `transition-behavior` key itself as partially implemented has a couple of side-effects to note: 1. The Baseline status at the top of the MDN doc will change from Newly...
Looks like this was resolved by taking the subfeature approach. Is it worth reopening?
Now that the CrUX dataset supports [optional dimensions](https://developer.chrome.com/docs/crux/methodology/#optional-dimensions) there are many more origins that have no specific desktop/mobile data at all. This feature would help to expand coverage to nearly...
The change LGTM, I'm just not sure why the GH action isn't testing the URLs in the description
After a quick look through the code and related issues, it seems like [markdown.rs](https://github.com/zed-industries/zed/blob/main/crates/markdown/src/markdown.rs) would need a new match arm to handle images. This is somewhat related to #28300 as...
In case it helps with prioritization, I wanted to mention that we're planning to give Zed a shoutout at Google I/O next month as being one of several IDEs that...
FYI that there was a similar change to the HTML language server recently, so this image bug applies to HTML elements and attributes now too:
Might be worth reopening this issue while https://github.com/zed-industries/zed/pull/30322#issuecomment-2880109462 is investigated