Marcin Cieślak
Marcin Cieślak
On Sun, 14 Feb 2016, Wout Mertens wrote: > Nice! I think 2s might be too short on slow systems though… how about 20s? It's not like this will be...
This is just a workaround for people experiencing #1048 or #857, it still merges with the master. I'd leave it open here.
@raedah sorry, I don't have an ARM setup to build binaries. I am using poudriere, so maybe emulation could be used.
> PR with upgrade is kinda waiting for several months, already arrow_right_hook #2714 Does not seem that way to me, sorry!
@xzyfer @nschonni What do you think about producing a 4.x release with libsass 3.6.x? ah, we can't due to https://github.com/sass/libsass/issues/2611
@karthikrajthandapani this is a volunteer-run project, so no timelines are provided. Sorry.
One reason why it fails is because quoted flag gets discarded from time to time...
Well, basically quoted string support in `libsass` for custom functions is not implemented...
C SASS API kind of expects that a quoted string will be, ... well, quoted. So it's not just a flag to be set, one actually needs to convert the...
I have prepared an early set of changes to libsass to make quoted strings work: 1) https://github.com/chriseppstein/node-sass/pull/1 modifies the test to provide an actual quoted string from the client (based...