Ygg01
Ygg01
Since I deleted the xml5ever repostiory, I've decided to move this issue here. This was a feature @nox asked, and it seems that it's a pain point in servo as...
Hi, for issue #323 I was writing a small `TokenSink` implementation. And to be honest, it took me good half-hour, to hour for that simplistic implementation. I think what we...
I like [XML Namespaces](http://www.w3.org/TR/REC-xml-names/), they are simple and elegant, let's support them on tokenization level. Basically extend the spec so if you encounter a `:` (not as first char of...
Having a look at implementation of [XML5 in JavaScript](https://github.com/rubys/xml5/blob/master/lib.js/tokenizer.js#L193) and this section of [HTML5 spec](https://html.spec.whatwg.org/multipage/syntax.html#tokenizing-character-references), I added the current limit to character tokenization to just: - Character that are lesser...
I need to do some simulation, where there are exploding dice. I.e. when you roll the highest dice, your dice explode and you roll again. And if your dice roll...
Customizing error output is not possible for downstreams, consider making most fields `FluentError` children fields `readonly` and `public`.
Motivation ==== Ability to see what items aren't used in a resource. Things like SS14 would love to know if a translation is unused or missing. What this means ===...
This is more of a meta issue, so contributors can expand docs and add it. What docs are needed? ============== - API Docs. Easiest to add needed on most public...
Motivation ==== To further speed-up access, we need to allow the memoization/caching of values. What this means === Right now when you access a Bundle, the system will always run...
Motivation ==== We don't have a good NUMBERS and DATETIME [builtins](https://projectfluent.org/fluent/guide/builtins.html) function. It's modelled after [fluent.rs](https://github.com/projectfluent/fluent-rs), but there it's more of a stub, until `icu` is adopted. What this means...