Bert De Block
Bert De Block
Now that you can invoke plain functions in templates, I would opt for having users import `trustHTML` and use it directly: ```gts import { trustHTML } from "@ember/template"; import {...
@NullVoxPopuli I forgot that it's still possible to define hbs`` templates in gjs/gts files, so in theory this PR isn't completely correct I assume?
Yeah, I'm fine with this change, just wanted to point that out.
Should we temp pin `rolldown` (dev dep) to have CI pass again?
An invalid lang code should normally display a warning, it should not error. Was decided [here](https://github.com/ember-cli/ember-cli/pull/9259#issuecomment-665868368). The placement of the warning is unfortunate, i.e. you might not see it because...
@mansona @nickschot Would it be possible for someone of the Mainmatter team to look into getting the latest version published?
Can be closed I think?
`@ember/string` does not exist anymore in `ember-source` since v5, so getting a 404 for the release link is correct. The README for the actual [@ember/string](https://github.com/emberjs/ember-string) package should be updated.