Tobias Witt
Tobias Witt
I'm not sure tbh. The issue back then was about a css class being hardcoded to some element. The should be no such hardcoded classes in this code base. So...
I can confirm with ruby 1.9.3, rspec-2.8.0 that it does find the (correct) path on the cli but not with this plugin. I can as well do `:!rspec spec` in...
I have this issue only within a docker container. On my mac I can do `yarn workspace my-app ember serve|test|build` without any issues but when running the build during docker...
@ayhtrak in what way is the official solution making clear that `Promise.all` is synchronous?? The current solution as well as this proposed solutions *both* do two sequentially calls to `.then`;...
I don't know if I'm misunderstanding something, but in the screencasts mentioned in README.md I learned, that in `:Gdiff` you'd just `:diffput` to the index version of the file and...
@mcepl the workflow is: 1. mark lines to be staged 2. use diffget/put or anything to copy over to index file (which one was the index again?) 3. save the...
I noticed that the current `fillIn` implementation does in fact fire `focus` and `focusin` but no `focusout` event. Is there a reason why the first two are fired but not...
@rwjblue No it is no other issue. I rather found the cause of this issue, lemme phrase it once again: **`focusout` is never called when using `fillIn`. No matter if...
@hilljh82 Sass files with a `.sass` extension have a different syntax than those with SCSS. Dart-sass supports both syntaxes, hence '.scss' is not the 'expected' extension for dart-sass, but 'CSS',...
This is the line where the plugin reads an `extension` key from the `sassOptions` but then it is not used: https://github.com/onehilltech/ember-cli-mdc/blob/715b004646336e470ed067db3449d96c2fbe51f5/packages/mdc-sass/lib/sass-plugin.js#L37