Michael Mifsud
Michael Mifsud
This will land in 5.0. follow the open pr for updates. On Wed, 30 Oct 2019, 10:48 pm Marcin Cieślak, wrote: > @karthikrajthandapani this is a > volunteer-run project, so...
I'm jumping on a plane to SF in a couple hours, I'll take a look at a sensible hour today. Regards, Michael On Fri, Jun 19, 2015 at 9:56 PM,...
IMHO > It is still quite confusing how to use eyeglass This is a problem with the eyeglass documentation. It focuses heavily on assets, integrations, and custom function but lacks...
Thanks but `Object.assign` is not equivalent to `clonedeep` and I'm not confident we have adequate test coverage to assert this is a safe behaviour change.
The "race-condition" is probably just grunt-sass running multiple instances of `render`. It does an async forEach over the set of matched files. It's probably one instance segfault'ing but the loop...
I am able to reproduce this locally. I have been able to confirm the issue is only present when colors"` is present. Inline that code into the scss files does...
Reproducible with Node v5.10.1 ``` ➜ tmp ./node_modules/.bin/node-sass -v node-sass 3.8.0 (Wrapper) [JavaScript] libsass 3.3.6 (Sass Compiler) [C/C++] ```
Confirmed this issue is present going to back to [email protected].
> Actually I've found that if I copy the contents of _colors.scss into the two other files, I still get a segmentation fault as mentioned towards the end @montchr I...
This is a know issue. I'll make a patch in the next release On 12 Feb. 2017 11:24 am, "Dan Abramov" wrote: > I can also reproduce this on OS...