Sergey Astapov
Sergey Astapov
Is there a way to handle `fsevents` which are marked optional in `npm-shrinkwrap.json`? Have exactly the same issue as initially posted
We faced that issue with `fsevents` not being installed when developers create `npm-shrinkwrap.json` on their laptop with Mac OS and CI runs Linux. `fsevents` supports Mac OS only and marked...
@sly7-7 FYI there is related PR #645 which fixes working with Ember Data (there are at least several ways of doing so, that PR suggest one way of doing it).
This can be fixed in a way similar to https://github.com/salsify/ember-css-modules/pull/251 or https://github.com/simplabs/ember-test-selectors/pull/721
@webark totally understand that and really appreciate all the effort you put into https://github.com/webark/ember-cli-styles! At this point I'm not sure how feasible the switch is and how close `ember-cli-styles` to...
> I am very close (it's been about a 3 year journey) but here I'm doing something similar by using a element modifier. @webark will it work with FastBoot considering...
@webark I wonder if [rwjblue/ember-template-invocation-location](https://github.com/rwjblue/ember-template-invocation-location) could help in any way, maybe for inspiration or some tips&tricks, with Glimmer components support. Thank you for looking into this!
@mixonic renovate seem to have good support for pnpm out of the box
@rwjblue for the first question, currently RFC says: > This RFC seeks to fill this gap in Ember.js' development mental model by providing `ember-modifier` in the blueprint. `ember-modifier` will be...
> This seems like a reasonable step forward to me, but it's important to me that we don't loose track of actually _doing_ that RFC. Additionally, this RFC should be...