Manish Goregaokar

Results 134 issues of Manish Goregaokar

Servo [has code for this already](https://github.com/servo/servo/blob/cd579f6746515a59a0abab14941165629e13f86d/components/style/values/animated/transform.rs#L559-L703), but I think it's written for column vector matrices since that's what [css-transforms uses](https://drafts.csswg.org/css-transforms-2/#matrix-interpolation) I need this for XR stuff anyway and both Gecko...

Sometimes a specific lint is the bulk of the suggestions. It would be cool if rustfix supported filtering by lint, enabling `cargo clippy --fix=absurd-extreme-comparisons` or whatever.

When the compiler or clippy produce suggestions, some of them are marked as MaybeIncorrect; i.e. the suggestion should probably not be _automatically_ applied. rustfix currently doesn't touch these. This leads...

Would be nice to have a mode where: - It only applies edition lints - It does this automatically, but prompts for approximate suggestions - You can optionally ask it...

U+FDF2 'ARABIC LIGATURE ALLAH ISOLATED FORM' (ﷲ) is supposed to render as alef-lam-lam-meem (with diacritics), but in some fonts, [including Courier New](http://myfonts.us/td-AcfSof), the Alef is missing. http://www.fileformat.info/info/unicode/char/fdf2/fontsupport.htm The code point...

ongoing-discussion
useful-discussion
browser-bug

This tool tends to fill up target directories really quickly. For large projects like ICU4X, this puts us in danger of hitting CI size limits. Furthermore, it just takes pretty...

Currently tinystr both depends on crates from ICU4X (`zerovec`) and is depended on by crates from ICU4X (a lot of them). This means that any time zerovec has a breaking...

Currently you need to do a bunch of per-frame work to update `AudioListener`s and `PannerNode` positions (see the examples in https://github.com/immersive-web/webxr/pull/930). Frameworks like threejs paper over this, so many end...

Not everyone has the same number of fingers. What can we do to make things work well for these users? We should probably solicit input from affected users when tackling...

a11y-tracker

We should have some explainer text for them