Connor Skees

Results 66 comments of Connor Skees

Hello, I am happy to do this, though I am interested a bit more in your specific use case. That file name should only be used in error messages when...

@Keats I think it is *close* to being ready! There's basically the same underlying issue preventing a number of features that I would like to resolve before I am willing...

hey @Keats, yes this project has recently come back to life. I had to take a hiatus at the beginning of the year, but I am hoping to wrap this...

@pickfire We actually have a pretty good amount of compressed output-parity. I've just pushed up a commit adding support for compressed number and list values. I think the number of...

Hello, yes this should be possible with both `@use` and `@import`. This is the top of my list to implement at the moment. The tricky part here is that I...

As an update to this, I have a skeleton of a parser complete, but it is slightly blocked on a larger refactor of how selectors are parsed. I also want...

Is there a way to configure it to only look for inputs that we deny but that `dart-sass` accepts? For right now `grass` has a glaring issue in that it...

I checked this out and made the modification to only fail when `dart-sass` accepts a program but `grass` does not. Unfortunately, the speed of the fuzzing target seems prohibitively slow,...

Those timings are quite striking. For me, `dart-sass` is >2x slower to compile bootstrap and `libsass` is more or less equal. Is it just the directories that are slow?

My apologies for letting this go for so long. I am reticent to make this change only because I am wary of adding an additional dependency, and am a bit...