Maciej Kwaśniak

Results 31 issues of Maciej Kwaśniak

Is there any reason why empty attributes `` are getting transpiled into `empty=""`? As I understand by default HTML understands `empty` as `""` value. Getting rid of `=""` could reduce...

# Bug description If you want to define `configuration_method` and you don't have another key in the scope, eg. `:my` the method won't be defined. ```rb MyApp.configure do |c| end...

It would be nice to have integration with http://www.checkman.io/please/

requested feature

TODO: - Fix CI (use GH Actions)

# Description This PR will add ember cli command: `notify-rollbar-sourcemaps` It will automatically notify Rollbar about new source maps. >Trigger a download for each of your minified files. Doing this...

help wanted

🎉🎉🎉🎉🎉🎉🎉🎉 I love these guides Dawid! Did you think about turning it into a GitBook for easier navigation?

enhancement

https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/avoid-leaking-state-in-ember-objects.md Hey, I see a problem with `good` example which doesn't replace the `bad` example functionality in 100%. If you would set properties in `init` hook you will lose a...

I think ember-cli api has changed because this example for addons doesn't work any longer :/ Ember-cli: 3.0 ``` // index.js module.exports = { options: { babel: { plugins: ['transform-object-rest-spread']...

Hi Ryan, What do you think about adding support for Navigation Guards in order to allow middleware implementation like authorization. Vue did it this way: https://router.vuejs.org/guide/advanced/navigation-guards.html#global-before-guards While I like all...

enhancement