Julian Gruber

Results 317 comments of Julian Gruber

That error seems to appear when either of `url`, `width`, 'height', `wait` or `format` is not a string or number. Can you verify that?

Thanks! Can you try this? ```bash node -pe 'require("electron")' ``` It seems like the electron module isn't exposing its path on your machine

can you please try version 3.0.2?

ok, first: we should make the error messages more meaningful. then, i guess more rate limiting or using the pushing travis api endpoints instead of polling

can you give me a repo to repro? i tested with one and it still worked

Thanks for all this input, I'll get to it next week 👏 🙇

> Which means you're targeting modern browsers and won't run into the issue I'm describing. I think that might be where we're getting our signals crossed. A mixture of ES5...

Using `SHA256`: Tree size: 3.8GB, tree overhead: 7%. Using `SHA512`: Tree size: 7.4GB, tree overhead: 13%.

Yeah, I get the feeling that blocks sized chunks are only good for bittorrent like use cases where the file contents never change. But then, if we still want to...

Maybe there needs to be multiple modes, based on what data you want to save. Files that almost never change and are mostly resting on disk to maybe be used...