vlascik

Results 25 issues of vlascik

Async rules fail and show "success" even if they get 200 OK from the api ![image](https://cloud.githubusercontent.com/assets/12816402/11428340/99b7e7ea-946a-11e5-8dde-c7a3c1dec0fd.png) ``` javascript Dominar.Validator.registerAsync('username_taken', function (username, attribute, parameters, passes) { $.get(url, {username: username}, passes) .fail(function...

How about including https://github.com/heimdalljs/heimdalljs-visualizer / https://heimdalljs.github.io/heimdalljs-visualizer/ functionality?

enhancement

Changesets could use a custom devtools formatter for the proxies, for better readability, perhaps similar to https://github.com/simonihmig/tracked-redux/blob/master/packages/tracked-redux/src/-private/devtools.js ?

I have a bunch of apps and an addon used to share components etc. between them, all use e-c-css. I can see that on each rebuild of the app pod-styles.scss...

If you try to define ambient types for an addon, `ember/no-empty-glimmer-component-classes` probably shouldn't activate on `declare class`: ``` export declare class PowerSelectMultiple extends Component {} ``` This is useful when...

Bug

This is a nice app, thank you, it's just that `Packages` -> `Installed` could really use the `Upgrade selected packages` button (and perhaps `Select all`, `Select None` and `Invert selection`...

enhancement

Even on cli 3.10 beta, resolving dependencies of symlinked packages still doesn't work properly, build (or any `ember` command for that matter) breaks when not running ember via `node --preserve-symlinks...

needs confirmation

How about some snippets similar to https://atom.io/packages/ember-module-snippets ? This could help with the learning curve for new modules api layout a lot.

According to https://github.com/ember-intl/ember-intl#translations you can split your translations into several files/directories, e.g. `/translations/homepage/en-us.yaml`. But then the completion/navigation doesn't work. Would be nice if it did, the translation file sizes can...

enhancement

Seems that if you have more than one ember project open, the translation completion on `{{t}}` helper shows entries from all open projects, not just a current one. Using `ember-intl`.