Tobias Bieniek

Results 625 comments of Tobias Bieniek

I have a feeling the answer is: no :( @devotox since you worked on #40, are you interested in maintaining a fork?

@temecom it isn't showing the loading animation during initial app load though

hmm, thinking some more about this, I guess it would also be nice if in production mode we could trigger a Sentry error report instead of showing the warnings, so...

@lukemelia the reason why we're not colocating the files is that we don't want to ship them with the production app, and having them in an in-repo-addon means that we...

I believe https://github.com/glimmerjs/glimmer-vm/pull/1049 was the final PR that should have fixed this issue. It's not released yet, but I'll go ahead and close this issues as resolved for now. Please...

@wycats @sclaxton did you two ever sync up? this still seems like a very valuable thing to do :)

@chancancode is this still relevant or did https://github.com/emberjs/ember.js/pull/17846 remove the need to fix this here?

https://github.com/ember-cli/ember-cli/issues/9879 seems relevant to this discussion :wink:

and FWIW I tend to agree with @Kerrick that `@ember/core` would very likely not follow semver if implemented in lockstep with `ember-source`

> Maybe the peerDependencies approach with an "I know what I'm doing and don't want hard errors" config option might be a solution? That's essentially what I meant with "escape...