ember-twiddle icon indicating copy to clipboard operation
ember-twiddle copied to clipboard

Cannot use Ember beta / canary easily.

Open rwjblue opened this issue 8 years ago • 2 comments

When choosing canary / beta / release as the Ember version for a newly created twiddle, an error is displayed. This started once https://github.com/ember-cli/ember-twiddle/pull/532 was deployed. The work around is to move ember-data out of addons and into dependencies (in the twiddle.json).

As of https://github.com/ember-cli/ember-twiddle/pull/532 ember-data is now consumed as an addon. This leverages the addon builder backend to build the addon for the specific Ember version. Unfortunately, the addon builder does not currently support building for the various Ember release channels.

I have taken a crack at working on that in https://github.com/joostdevries/twiddle-backend/pull/27, but really need @joostdevries' and @Gaurav0's advice there to ensure we aren't shooting ourselves in the foot.

rwjblue avatar May 03 '17 14:05 rwjblue

My large concern is that these can't be cached, and we don't have any kind of fingerprinting in the backend.

Gaurav0 avatar Jan 31 '18 15:01 Gaurav0

Since this has been open for such a long time without a solution and is a common problem that doesn't even have any visual feedback to the user, what do you think about removing the options that do not work from the user interface?

urbany avatar Jul 27 '18 15:07 urbany