Ville

Results 34 comments of Ville

Was just hit by this. @jelbourn @crisbeto do you think cdk virtual-scroll should be used here now that it exists? I don't know the specifics, but it sounds like it...

I'd mirror the fetch spec here and support the three modes also in nodejs: > A request has an associated redirect mode, which is "follow", "error", or "manual". Unless stated...

Wouldn't this be solved by adding a request listener, a function passed to bent, that'll receive the raw connection / request for modification before executing the request? This way bent...

Great! I'll test that tomorrow morning.

Morning! I think the pdfium build is now ok! I can't get testable binaries yet though, as libvips build fails eventually. I build libvips with this: ```bash #!/bin/bash . config.sh...

Yes, master of both. I'm actually working on this forked repo (Thanks @lovell) https://github.com/swftvsn/package-libvips-darwin and the associated Travis build is here: https://travis-ci.org/swftvsn/package-libvips-darwin to add pdfium support to sharp. (Or if...

Added you as a collaborator to that fork if you'd like to play around there.

Now that I have read a bit more code, maybe I should just do ```swift let image = DefaultCacheSerializer.default.image(with: data: options: nil) ImageCache.default.store(image, original: data, forKey: url) ``` and be...

@joehan we also hit this: ``` TypeError: option sameSite is invalid at Object.serialize (/worker/node_modules/cookie/index.js:174:15) at ServerResponse.res.cookie (/worker/node_modules/express/lib/response.js:853:36) ``` We have `"cookie": "^0.4.1"` in package.json and our package-lock.json has ``` "cookie":...

You can check here: https://github.com/jshttp/cookie/pull/89/files that the lines match cookie lib < 1.4.0 being used in CF.