Damian Senn

Results 20 comments of Damian Senn

This was fixed in `ts-jest` https://github.com/kulshekhar/ts-jest/issues/258#issuecomment-410236002. I tried to get it upgraded locally in react-scripts-ts but failed, maybe I'm missing something as I'm pretty new to the whole ecosystem.

I'm not familiar with template only components and ember-component-css, but maybe try using `` in your template?

The [CSS transform plugin](https://github.com/topaxi/postcss-selector-namespace#ignoreroot) already supports this, it should be easy to enable if the active maintainers agree that this is would be useful. I think I discussed this initially...

It is explicitely disabled here: [lib/preprocess-class-names.js#L16](https://github.com/ebryn/ember-component-css/blob/master/lib/preprocess-class-names.js#L16) I've discussed this with ebryn quite a while back here (+ slack): https://github.com/ebryn/ember-component-css/issues/83#issuecomment-175633118

I have a branch which deals with this issue here: https://github.com/topaxi/ember-component-css/tree/postcss-scss This currently fixes only scss (stylus and less won't work yet). I will contact ebryn next week to coordinate...

Do you have a concrete example how that could look? Maybe you want to take a look at [ember-css-modules](https://github.com/salsify/ember-css-modules)? :smile:

Encountering the same issue, tried to ignore the modules inside each app and in the root app, the option doesn't seem to do anything.

What about `bypassSanitization` or similar? Which doesn't describe what it is but what it does.

This will defintely "crash and burn" if one uses async/await in sw-registration code in browsers without SW support. It would crash anyways today as we'd need to import regenerator explicitly...

I'm using JSZip in a web worker, a sync version could be nice in this situation (not that big of a deal though, I'd imagine some minor perf improvements though,...