Simon Ihmig

Results 358 comments of Simon Ihmig

I just looked a bit through the code of the various "Tools" for some other reasons, and noticed they are organized as classes that don't hold any state, and only...

This seems very useful, to make the detection stable. I just played around with my IDE's (JetBrains) ability to interact with the Github APIs, in this case reviewing and merging...

@bryanhickerson thanks for the suggestion, I think that would make sense! PR is certainly welcome! :wink:

Personally, I have no concerns about this, as all of our (closed source) day-time job work is TS, for many years. However, a concern we might want to consider is...

> Of course, typed templates would be a game changer here! 😍. But we are not there yet... I played with Glint a bit over the last week or so,...

Thanks for reporting! Yes, that seems to be a missing feature, or rather a bug actually! :wink:

Hm, I don't really see how this could be related to ember-bootstrap. The error stack shows that `ember-raf-scheduler` is somehow involved, that we don't use here. Can you check why...

Not sure I follow here... `.form-control` is applied to the input (`el.control`), not the `form.element`. So what's wrong with that? On the demo page under "Custom controls" there is an...

For the record, as this has been discussed on Discord: I think the problem comes from having different versions of `ember-modifier` in your lockfile: > No, there is no fix...