Kevin Pfefferle

Results 36 comments of Kevin Pfefferle

Was this issue fixed by the 3.0 release? I'm trying to validate a nested key as follows, and it does not appear to be working at this time (the other...

@snewcomer Great, I actually like that syntax better. I'll give that a try, thanks!

The validation seems to be working as described, but I'm seeing the top-level object get replaced with only the nested properties from the changeset rather than preserving any properties that...

@snewcomer I just updated this morning to [email protected] (which did fix a previous issue from 3.4.0!)

@snewcomer With 3.5.1, I'm still getting my `amount` object squashed. I end up with something that looks like: ```js { amount: { value: { value: '1000' // nested value.value }...

@snewcomer Sorry for the delay on this, but I recently refactored away from the pattern that was requiring me to validate nested keys. Thanks for your responsiveness, and hopefully someone...

@MrChocolatine I often use the suggested pattern with much success. I call `validate()` right after initializing the Changeset, but then I hide validation errors in the form until other events...

This issue may gain new relevance now as [ember-qunit v5 migration recommends moving away from ember-test-helpers](https://github.com/emberjs/ember-qunit/blob/master/docs/migration.md#remove-ember-test-helpers-modules). `@ember/test-helpers/setup-context` [defines a `TestContext` export](https://github.com/emberjs/ember-test-helpers/blob/119e37247e78db18fff253ff922c30577acff362/addon-test-support/%40ember/test-helpers/setup-context.ts#L20-L30) - maybe we can make that available via `@types/ember__test-helpers`?...

@bantic Isn't it the job of the build process to find these URLs and update them? The build process is already adding the `/ember-table` segment to the above asset path...

I'm now working on a project that does *not* use Sass or ember-cli-sass, and it's extremely difficult to get this working since it only ships Sass. If this addon shipped...