Manish Goregaokar
Manish Goregaokar
Yeah, I'm okay with keeping a fork both so that we can field test features (which get upstreamed later) and also so that we can make Servo-specific changes. Welcome back!
Fine by me.
The rust community team is considering hosting their own instance for use by everyone, yes 😄
I'm a bit swamped, but I'll queue it up.
Note that Rust is very far behind on homu versions (last I checked), so if you want to use the above be very careful when upgrading; a lot has changed...
Also needs https://github.com/servo/homu/pull/14 to work on repos not using status
That sounds needlessly complicated. We already _have_ a standard API, and that's the github status API which everyone knows how to use (except buildbot, but we already have special casing...
(I'm not rebasing since I'd like the git histories to stay as similar as possible for easy syncing)
Oh, btw, ICU4X will have [LocaleDirectionality](https://unicode-org.github.io/icu4x/docs/icu/locid_transform/struct.LocaleDirectionality.html) APIs in 1.3 (hopefully to be released soon). It's going to be experimental until 1.4 so you need to use an `=` dep, but...
I believe bidirectional text is already supported by using more `dir` attributes on mixed language content. Careful sprinkling of `unicode-bidi: embed` on things like blockquotes and maybe code blocks is...