Santiago Ferreira
Santiago Ferreira
Add the ability to configure a cookie based backend to store the preferences. The idea is to give the user the option to use only cookie-based store, or to use...
We can use the same four steps to update .npmignore automatically 1. Fetch original 2. Calculate customizations 3. Download new one 4. Apply customizations
We can use the same four steps to update config/ember-try.js automatically 1. Fetch original 2. Calculate customizations 3. Download new one 4. Apply customizations We could use an AST differ.
We can use the same four steps to update .gitignore automatically 1. Fetch original 2. Calculate customizations 3. Download new one 4. Apply customizations
Show somehow (when showing command help?) the available versions of ember-cli based on the current version of the addon/app. Only show newer versions and _dim_ the alpha/beta versions. Show a...
It would be great if the tool lists all the available versions (newer) so its easier to pick one to update.
Generate a page that runs a specific test, without any option apart from replay a test. Also, we could add a zoom option to scale the test to fit the...
It would be great if the generated site could have a permalink option so we could add a map like ``` { permalinks: { "foo": "abc123", "bar": "abc123" } ```...
When the cursor moves to the assertion area, the cursor moves above the assertions, it should move below the assertions (z-index!)