Bruno Filippone

Results 8 comments of Bruno Filippone

Customizing the `templateImports` doesn't really fix the issue when you have different templates needing different imports. Unless I'm missing something?

I was thinking: if I have `template1.scala.html` using `@Html` and `template2.scala.html` using `@Txt`, then If I add both to the SBT settings template1 will say unused import on `Txt` and...

Had the same issue, since the code seem to be failing here: https://github.com/MeirionHughes/aurelia-template-lint/blob/develop/source/rules/binding.ts#L236 ..because of `args` is `undefined`, it looks like it could be easily patched. I could open a...

I've found a workaround for the time being, which is to check `router.currentInstruction` directly from within the `router:navigation:complete` event handler (which contains the right navigation instruction), instead of using the...

Thanks for reporting this, the Automapper currently expects a case class as an input rather than any type (Seqs, Maps, etc). I will definitely have a look into making it...