Kevin Mårtensson
Kevin Mårtensson
Can you elaborate? It accept whatever `tunnel-agent` accepts.
What does `WMIC Path Win32_Battery Get EstimatedChargeRemaining` return if you run it manually?
In case you haven't noticed. The new inuit.css lives in https://github.com/inuitcss. Not sure if this repo is actively maintained anymore.
Well, I had a look at it yesterday and it doesn't seem too complex tbh. I'd just get the latest revision from here https://chromium.woolyss.com/#api and then fetch the binary. There...
> The only reason we're using streams today is to improve performance, as we have to decode a huge Base64 string. If using a Promise is possible, I would much...
> @kevva What do you think about targeting Node.js 8? So we can use async/await. Would be so much nicer. It's going to be a major release anyway. I plan...
Now uses `async/await`. Some tests are still failing though.
> By the way, should we consider renaming this to `screenshot` instead of `screenshot-stream`, it's not a stream anymore :p. If we can get the name, yes. But it hasn't...
Probably some small things to edge out. I'll take a look in the weekend.
Doesn't [`.onIdle`](https://github.com/sindresorhus/p-queue#onidle) do pretty much what you want?