Kiko Beats

Results 271 comments of Kiko Beats

related: https://github.com/nodejs/undici/issues/974

I was using [`pidtree`](https://ghub.io/pidtree) and it works pretty well, plus the dependency size is small. ```js const getPids = async pid => { const { value: pids = [] }...

What do you think about add this option as part of the window application, like subtitle > increment/decrement size?

Hello, I just wanted to say I'm suffering this too. My current setup is one browser process and create a browser (incognito) context for taking a screenshot, close the context...

Related with that, a good step for speedup the process is keep a pool of phantom instances: https://github.com/binded/phantom-pool

This is still happening. Here my error trace: https://sentry.io/share/issue/6f578a2a936943cca5afe367e6732995/

@szmarczak I'm still experimenting the error https://sentry.io/share/issue/c607e343ef6345c38ad391a7c3f43149/ node version is: v14.16.0 got version is: 11.8.2 p-cancelable: 2.1.0

@szmarczak In my case is hard to say since there are a couple of dependencies using `got` and the stack trace is not revealing the details about which the origin...

Hey @szmarczak, I'm running your code snippet on my production servers since yesterday and I didn't experiment errors until now (maybe it needs a bit of extra time)