Manish Goregaokar
Manish Goregaokar
- @echeran Review of previous conclusion. Explanation of automating copying: "unversioned" content lives in `icu4x-docs` and be updated in PRs there. "versioned" content (tutorials, etc.) lives in upstream `icu4x` and...
> Script that generates from the latest ICU4X to the latest Astro and template. We'll also need a way to handle patch releases. So I'd say something that works with...
https://github.com/unicode-org/icu4x/issues/3424 https://github.com/unicode-org/icu4x/pull/4357#issuecomment-1839128635 Summary of what's agreed so far: * The website will live in the `icu4x-docs` repo * `icu4x-docs` contains all the pretty website stuff and can be updated at...
This seems like a good idea to me. Back in the day we always had a set of people (including me) who stewarded the syncs, random other Servo team members...
> * While we parse using bytes, the only content that can enter this parser started as `&str` and so we can assume the data is valid UTF-8 > *...
Fixed comments about `terminated`
Any update on this? This would make life easier for future unsafe reviews.
r? @Alexendoo coming off of vacation and will be on planes for a while
The Web Presence team was meant to be a toplevel umbrella team containing crates.io, the website, the blog, etc. It never really materialized. I don't really know what home makes...
I don't think I agree with any of these points. > * The [contract](https://doc.rust-lang.org/std/default/trait.Default.html) of `impl Default` is to fill in default values for fields when there are reasonable default...