Eric White
Eric White
Do we know if there's a way to point `ember-cli-sass` to a non javascript implementation? Say you have the dart-sass version running in the DartVm?
@timiyay did you ever figure this out? I have a similar issue with my Yarn workspace
@KroneckerDeIta we're in the same boat. IMO Ember.js's saving grace was that it had a mantra of "Leave no one behind" and backwards compatibility. This was great for 2.x -...
I think we need more backwards polyfills at least like @robbytx suggested in order to not leave anyone behind (and to broadcast these in upgrade guides, as sometimes I'll randomly...
Is this issue closed with that fix?
@zkochan any chance you can review this again? Thanks in advance
Interesting. I'll have to find a windows machine to test this on and figure out why `@pnpm/[email protected]` is failing it's test with this change
So much cleaner and helps centralize some of the nastiness, where bugs could be fixed in one spot. I love this
Works in `1.13.1-canary.3`(with pnpm `7.33.6`) Wonder if it's because using a shared workspace lock file. Noticed when doing a package update (or adding some package) that a lot of other...
I ran into this problem as well. Using the following works like a charm: ``` export default materializeSelect.extend({ didRender() { this._super(...arguments); this.$('select').material_select(); } }); ``` @DanLatimer is issue based on...