Xavier Cambar

Results 27 comments of Xavier Cambar

Looks good to me. Will try it by tomorrow morning.

Tried it. Couldn't have it to work, with or without setting the options. Don't have time to figure out why yet, but basically, no more zprezto for me (not only...

Mode `shared` works for me. Side note: I don't mean to discuss the usefulness of the "not `shared`" mode (I don't, please), but I spent 10-15min playing around with it...

Thanks for the video @milkypostman, very useful! It should be kept as a reference for newcomers. Still one question: What if I change the active session in a tab? Will...

Sounds pretty nice, I'll give it a try. The guys at strongloop do an amazing job to keep node-inspector alive. Their fork is by far the most advanced right now....

Hi, I've come up with a PR that allows to postpone i18n/intl work outside of ember-changeset-validations by making it return (optionally) an object instead of a String. It works wonders...

FYI, #185 has been merged. See [the PR](#185) and [this setion of the docs](https://github.com/poteto/ember-changeset-validations/#raw-error-output) for info. Should this issue be closed now?

I'm using it with something of the form (wrapped in a helper): ``` {{t (concat "path.to.errors." error.type) errors.context}} ```

I can try :) In order to ease investigation, can you share a [twiddle](https://ember-twiddle.com/) or a repo that reproduces the behaviour, please?

Here's the diff to be applied to `ember-cli-mirage` (see https://github.com/samselikoff/ember-cli-mirage/pull/1377) to benefit from this PR: ```diff diff --git a/tests/dummy/app/router.js b/tests/dummy/app/router.js index 01b4a52..fc2c8c7 100644 --- a/tests/dummy/app/router.js +++ b/tests/dummy/app/router.js @@ -25,10 +25,6...