Arnout Kazemier

Results 137 comments of Arnout Kazemier

As we already discussed over IRC, this is because Primus implements the Stream1 interface instead of Streams2. The primary reason for this was for 0.8 support as well as performance...

@davedoesdev the back-pressure should be handled by transport/transformer that you're using.

I'm just wondering if it's worth all the extra overhead which streams2 adds (which is quite a lot imho) or that this serves better as a plugin as David has...

For those who run into a similar issue as this. This a workaround for said problem, using interpolation of sass variables into a CSS variable completely bypasses the property validation...

Do you have a reproducible test case?

The merge button is waiting for a click & npm release.

Just ran in to the same issue. Are the plans to support 0.11 or should we abandon ship?

![wat](http://i0.kym-cdn.com/photos/images/newsfeed/000/173/576/Wat8.jpg) So you want to move from one compile language straight into something else that requires compilation?

I'll be more then happy to accept a pull request for it. But it's nothing something I would use my self.

Hey, You are indeed correct, when the pool is full of connections and all connections are busy to busy to write immediately it will start an retry operation. But this...