Simon Ihmig

Results 358 comments of Simon Ihmig

I like that approach! But, as the linked article suggests... > Similarly, if your web app uses a framework that performs additional setup after the page has loaded, look for...

Thanks for reporting! The custom YUIDoc theme seems to have messed this up...

Hm, actually I don't think changing the model should trigger validations. Can you show an example of what you are doing?

Thanks for reporting! Could be related to your recent changes regarding modal's state management maybe, @jelhan?

Interesting idea, thanks for the suggestion!

I don't think this is really supported, at least I never had that explicitly in my mind. And I think that supporting that is probably not trivial with validations in...

Same here. AFAIK TS looks for `node_modules/ember-cli-flash/services/flash-messages.d.ts` when trying to resolve the types for this module. But this does not exist. For the `declare module` statements to work, you need...

> Would be great if you could add tests. Yes, please! > Similar I'm wondering if it should be considered a breaking change I agree with your concerns. When not...

ember-bootstrap does not include the original bootstrap.js, instead the idea is to implement all the JS functionality of Bootstrap with native ember components. scrollspy is still on the to do...

I had an initial implementation working quite a while ago, but it was still missing tests, docs etc. But that API was a bit quirky as it used only components...