Sindre Bøyum
Sindre Bøyum
I've tried working on this, but haven't found a solution yet. Reading from the [postcss source maps guides](https://github.com/postcss/postcss/blob/master/docs/source-maps.md), it seems apparent that we'll need to build the files first (non-autoprefixed),...
Thanks! (I have since added plugins to the package, but that shouldn't matter. In any case you can use [v1.0.0](https://github.com/boyum/prettier-config/blob/1.0.0/index.json).)
Hmm I can't seem to get it working - it still assumes `arrowParens: always`, even though it's explicitly set to `avoid` in the config. I might be doing something wrong?...
I can't answer for @TerrySlack, but I'm noticing the same error in https://github.com/NDLANO/h5p-editor-topic-map/pull/641. By setting the `transpileOnly: true` option on `ts-loader`, the errors disappeared from the build, but the browser...
Save your files with UTF-8 encoding for now. Koala probably should support ISO-1252 and similar as well.
What encoding are you using? Both for main.sass and its references.
Which event triggers the workflow? `pull_request` or `pull_request_target`?
`pull_request_target` is a little safer and GH will allow forks and bots to do more stuff. If you need to use `pull_request`, you could add the correct permissions to the...
The problem might be that you call `var slider = new IdealImageSlider.Slider('#slider');` before the list has been added to the DOM. I assume you're using ngRepeat to create the elements....
What have you tried?