Nick Schot

Results 82 comments of Nick Schot

It's such an important category of "addons" that imo it deserves it's own question. You can always select ember-data by default in that question to keep with the current default.

This is probably because there is no actual class, it is just a type definition as far as I can see. @snewcomer we should probably add a dummy class? The...

Also I can't get it to work at all 🤔 There also don't seem to be tests present (in neither of the repositories) which check if injection of for example...

> https://github.com/poteto/ember-changeset/pull/520/files#diff-f721c38c4110379388cab513565fec56R1853 > > Hi all! I updated the README. It can be a plain class I assumed. Is this not the case? I have not fully investigated, but I...

@snewcomer I haven't done this before in Ember but I think this is the relevant bits we'll need https://guides.emberjs.com/release/applications/dependency-injection/#toc_factory-registrations

> We would need a standard folder structure for us to know/register everything in `validators/` or something like that. Otherwise we are blind to the application container... Definitely. Don't we...

Example: - Two fields of which one is currently in an invalid state. - The other field is filled by a user and changes to valid state. - The other...

It's been a while, but I've worked around this for one of my projects by extending `ember-bootstrap/components/bs-tab` in my own project with: ```javascript // app/components/bs-tab.js import BsTab from 'ember-bootstrap/components/bs-tab'; import...

Heh, it seems something odd happened with rebasing. Just need to look at the power-select.hbs change (which is the div).