Shane F. Carr
Shane F. Carr
Thanks for the report. It's most likely another Skia bug. Can you try the alternative export options under File -> Advanced and see if any of them fix the problem...
The `g` element in SVG is similar to the `div` element in HTML and you can apply styles to it. The `+text` and `+textWrap` pseudo elements also accept styles. To...
Nice work! Thanks for sharing!
If you would like to open a pull request, we could add your `richTextWrap` mixin to be available by default. You would add it here, alongside the other macros like...
> This is going to be useful for people using the registry API as well: As we grow the registry functionality, it'll become more important to not pull in additional...
- @robertbastian - If you disable experimental keys, then datagen should complain. It shouldn't just silently ignore it. And there could be a space of keys that datagen doesn't know...
@Manishearth Now that we have a single `icu_experimental` crate, do you think datagen still needs component-specific features, or would a single experimental feature suffice? As @robertbastian noted, it's not very...
I addressed @robertbastian's feedback except the open question about the naming of `NormalizedIana`.
@robertbastian How do I fix this error? Do I need to update some tool? ``` Error: Throws [Error] on failure. - factory TimeZoneIdMapper(DataProvider provider) { + static TimeZoneIdMapper create(DataProvider provider)...
Ok I think this is mergeable but I'm still unsure about the name `TimeZoneIdMapperWithFastCanonicalization`