Athorcis
Athorcis
The problem seems to happen when the RingOut object is built, I found a case where one of the segments has itself as the previous segment  but I'm not...
what about adding an option disabled by default to enabled this behavior ?
It seems that replacing the dashes with slashes could work https://stackoverflow.com/questions/8831338/date-issue-in-firefox/8831539
I found a way to enable IO profiling: https://dom.as/2009/09/26/getting-apache-core-dumps-in-linux/ You only need to compile the apache module in the link above and then enable it. It uses the same kernel...
@bencergazda I fixed the remaining failing tests, but I had to use a dirty trick https://github.com/bencergazda/sass-extract/compare/feat-dart-sass...athorcis:feat-dart-sass
@bencergazda Here's the PR : bencergazda/sass-extract#3
Wait before merging this pull request, I want to refactor these changes, instead of adding a parameter to a lot of methods, I'm going to use the existing parameter options....
@boycce You just have to use the `implementation` option of the loader, one example could be : ```js import * as sass from 'sass'; webpackConfig.module.rules.push({ test: /\.scss$/, resourceQuery: /[?&]extract-variables=true(&|$)/, loader:...
It is because the way of parsing the output of `git ls-remote` changed and now the version of your remote git has to be at least 2.8 the change has...