Kevin Leung
Kevin Leung
@macabeus Maybe I misread something but I don't think they are the same. What I wish is to have a function at _runtime_ that validates the _loaded_ resources in a...
@macabeus since FluentBundle supports adding resources multiple times, so it may happen that the terms referenced in the earlier resources will be added later. So you can't just emit the...
@stasm My use case is to perform upfront validation on the FluentBundle before passing it downstream to the actual localization call site (the place where formatPattern is called). My goal...
I want to ensure the loaded localization file is valid before the actual app even starts. This brings the benefits of: 1. at the very beginning of the app we...
I think you can answer yourself with a simple experiment similar to this: With salt = "a": 1 => RD 2 => 6P 3 => aE
another way is to "lint" it. For example, rethinkdb does sth like this: ``` Database 'my_db' does not exist r.db('my_db').table('my table'); ^^^^^^^^^^^^^ ``` So it uses the symbol `^` to...
Can we merge those extra arguments with the tests.hxml and write a temp.hxml, then we can `haxelib install` and then `haxe` on that. And after that we just delete the...
What is the issue here?