Ash Summers

Results 20 comments of Ash Summers

A Firefox version would be great!

Yes, snap version. Thanks for the workaround.

I have a the same issue on my T440s, with i7-4600U, also with 65w charger.

@ahmic @danvoyce It will depend on a few things. Firstly, the speed of what you are rendering will limit the speed. You will also be limited by the speed at...

@danvoyce Did you use that to actually record the browser too?

@red1 Yes. If you're still needing it faster, you'll need to investigate what the bottle neck is (CPU, memory or maybe something inside Chrome?). Generally, if you're running on cloud...

@ahmic I've had that thought before and I'm sure it will work as I've seen others have used puppeteer on Lambda. Just bear in mind that the CPU on Lambda...

@tungs I actually tried to implement your suggestion a couple of months ago, however I ended up getting timing issues and ending up with duplicate frames.

@tungs I have started doing some upgrades: - async/await - arrow functions - consts & lets https://github.com/Asheboy/timesnap/tree/feature/code-base-upgrade

@tungs I've put an implementation of what I needed [here](https://github.com/Asheboy/timesnap#cli-options-capture-while-selector-exists). I went down the route of only capturing while a selector was on the DOM. It means that the webpage...