Asaf Yishai

Results 9 issues of Asaf Yishai

Hi, I have a working setup with cssnext-loader, but if I require an empty css file, instead of getting an empty string, I am getting a json object. The problem...

Hi, I want to prevent some files from loading, and for that, I need to intercept requests for each page object, this is done by ```js page.on('request', (request) => {...

This library really makes big loops much faster, is it possible to add more operations to it, something like filter ?

Just saw this paper, http://homepages.gsd.inesc-id.pt/~ndiegues/files/sac14-ndiegues.pdf Is that considered for inclusion ?

It would be very useful to mock internal/private functions. I have a public/external function that calls a bunch of internal functions and I would like to change those internal functions...

enhancement
bounty

There is a new version of PredictionIO, 0.8, with a complete new API. This module no longer works with that version.

Hi, Highland.js .end function doesn't accept parameters, and just closes the stream, unlike stream.end, which accepts 1 parameter of data, send it, and then closes the stream. Does it make...

Hi, I have this schema: ``` struct Square { width @0 :Int64; height @1 :Text; } struct Circle { radius @0 :Int64; } struct Shape { union { square @0...

Hi, I see that you calculate the etag using the file mtime (modify time), this is all nice and good when working from a single machine with a single copy...