Christian

Results 46 comments of Christian

Yes i'm using `ember-intl`. A configurable service sounds like a great idea.

Thanks, Using CPs inside the messages object works without problems. (Except that i have to manually inject the `intl` service using a container) Another question: Would it make sense to...

@jmacqueen i went with passing a `buildMessage` option to the `lookupValidator` method (see https://github.com/makepanic/ember-changeset-validations/commit/8cca573dfaebf71c0dec1368d66bdf7cf683eb18). Message building happens by calling the provided `buildMessage` function which in turn calls ember-intl to translate...

While working on a new project with intl + changeset-validations, I've found another workaround (hack) to get this working without touching too many things: - changeset-validations is retrieveing messages from...

Looks good. Can we maybe add an example on how to use this with intl/i18n? I'm ok with closing this

Should it be possible to invoke the head method again to update head parameters? If so, how would a developer do that? Maybe we should define `head` to be a...

> Is there a use case for updating meta later after rendering the page? I was mostly thinking about it, because the meta method returns `title` which will probably update...

> Is there a use case you have in mind for wanting to change it multiple times for a single page Usually any messenger app will update its page title...

After getting it the compilation step to work, there's another issue with the current setup (previously mentioned on slack). If one has a workspace with multiple packages (A, B), where...

Sounds like a good way to solve this issue. Should I try to implement it? (Would the best way to change this, to pass the `RequestUrl` object to the `_matchHosts(host,...