Ruben Swieringa
Ruben Swieringa
_(Originally [posted in angular-gettext-tools repo](https://github.com/rubenv/angular-gettext-tools/issues/108), but haven't heard back a month and a half later, so reposting here in hopes it will be seen)_ --- **tl;dr:** The following breaks string-extraction:...
Is there a way to use a separate template for read-only fields? My best effort was using default-rules (`schemaFormProvider.defaults`) to read my global formDefaults and then point to a custom...
`assert_type` (part of [EvaluationContext](http://sass-lang.com/documentation/Sass/Script/Functions/EvaluationContext.html)) causes errors in ruby-extensions. **Test/example:** ``` ruby def test_function_that_asserts_a_type engine = Engine.new("$value: attempt_assertion('abc');") engine.render end private module Script::Functions def attempt_assertion str assert_type str, :String end end...
**tl;dr:** The following breaks string-extraction: `{{ n
If IGroup is already loading certain items it should allow for additional items to be added to its loading-queue.