Miguel Camba
Miguel Camba
Answering here to some comments in #1037 @pz-mxu > I tried to create an extension point for routes. It currently fails to import svelte-intl-precompile into svelte.config.cjs due to "export *...
@floratmin I'm using messageformat already, but I'm using only the parser. But it's great to know that `gettext-to-messageformat` can make easier to support gettext too.
I may have to give it a go, I didn't consider importing translations from anywhere but application code. If you need to import it at build time for creating a...
I wonder if a possible easy change would be to, inside the the FFmpeg Settings section, add a text field for setting any arbitrary arguments to be forwarded to FFmpeg...
@chancancode You may have insight on this, IIRC you helped with RFC 435
This is on the roadmap, indeed. I even bikeshedded a tentative API. ```hbs {{#basic-power-select as |select|}} {{#select.trigger as |selected|}} {{! or use a blockless "select.trigger" if you are ok with...
FWIW, the reason why I'm not pursuing this myself is because this being an aggresive refactor and with angle bracket components around the corner I'd like to do both at...
I'm actually working on it! There's an open PR in ember basic dropdown for that. After that is merged I'll update EPS next
That's expected. The syntax I've used, which is the preferred one for Octane, does not put actions inside the `actions` property. Instead it references actions that are in the root...
I've released a patch version that added `@ember-decorators/component` to dependencies. Cna you try again with 3.0.2?