Erik Nordin
Erik Nordin
How should the `baseURL` be interpreted? Will the constructor options allow relative paths? For example, if someone provides: ``` new CSSStyleSheet({ baseURL: "foo" }) ``` could we resolve this to...
To be clear, I think that identical stylesheets (i.e. same content, different address) should reasonably be allowed. Adding the _same_ stylesheet (i.e. same content, same address) seems like it would...
I want to point out that one of my primary concerns about this is if we eventually move away from the current FrozenArray semantics for `adoptedStyleSheets`. Right now, since mutating...
Good point. I'll remove the dependency. Thank you.
I will incorporate this into Friday's discussion.
Created issue #2684
Hi @alerque, Sorry for the delay. I've just sent invitations for all of the crates that I am able to. The missing one is [fluent-langneg](https://crates.io/crates/fluent-langneg), for which only @zbraniecki is...
@robertbastian I've gone through and responded to all of your feedback. Functionality has been made `experimental`, and everything now uses `AbstractFs`, and I've tested this both with zipped data and...
Just read up on this conversation. I agree with the sentiment of doing some amount of pre-processing at (or before) construction time. That aligns with ICU4X's typical strategy of expensive...