You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ember-source-channel-url package is very very simple package which fetches the latest canary tarball asset path, and returns it. Due to it having to fetch data from S3, the package must return a promise.
Feature Request
Update ember-try's internals to resolve promises as values in the scenario configuration...
The text was updated successfully, but these errors were encountered:
Hmm, based on some perusing of the lib/utils/config.js it seems like this may already be essentially possible today. The main change would be to something like:
In order to support using ember-source from canary, beta, release channels we will need to fetch the correct tarball location to use.
A rough sketch of that API which we have been kicking around is something like this:
The
ember-source-channel-url
package is very very simple package which fetches the latest canary tarball asset path, and returns it. Due to it having to fetch data from S3, the package must return a promise.Feature Request
Update ember-try's internals to resolve promises as values in the scenario configuration...
The text was updated successfully, but these errors were encountered: