Eemeli Aro
Eemeli Aro
@12rambau A docs update clarifying this would certainly be welcome!
Starting to properly look at this. The proximate cause of this is the way that we no longer construct broken Fluent messages for empty content, so solving the issue will...
We should rethink the back-end for this. At the moment, on pontoon.mozilla.org we're fetching 780 kB compresed / 2.85MB raw data from `/get-users/` during/after the translate view's initial load, and...
Some examples of the things this is talking about: - resource selector - project completion - project info - notifications - hamburger menu - search filters - message settings -...
The feature you're looking for is called [CSS Modules](../#css-modules). Would recommend that you play with that, and have a look at what the compiled output looks like. To get that...
Would a PR on this be welcome? Not promising anything, mind...
How could I help get at least the `util.inspect` part of this available on npm? I'd like to use it in [eemeli/yaml-playground](https://github.com/eemeli/yaml-playground). Brief testing would suggest that it mostly works,...
The spec doesn't actually cover how a stream of documents from more than one YAML version should be handled, so your examples are getting into implementation-specific behaviour. Speaking on behalf...
With the changes brought in by PR #20, the `in.json` files representing streams with multiple documents can no longer be easily parsed in a JS environment. In fact `jq` might...