zack-pronto

Results 6 comments of zack-pronto

@akxcv Here's a very simple example. I'm using the basic CodeSandbox vue template with a dead simple React component that does a button click counter. Right now I've commented out...

This is a very old issue so I doubt anyone will see this or respond to it, but thought it's worth a try anyway. Rather than paginating via controls at...

I'm seeing the same issue. The [example code from the README](https://github.com/ctrl-freaks/freezeframe.js/tree/master/packages/freezeframe#start) says to do ```js const ff = new Freezeframe( '.target img', { trigger: false, }); ff.start(); // doesn't work...

Safari now has support for `SharedArrayBuffer` as of March 2022 https://caniuse.com/sharedarraybuffer

I too have been running into this issue after upgrading to `10.10.0`. The runs fail about ~70% of the time immediately after the first test file complete its run: ![CleanShot...

This is still a huge problem for us. This bug ends up killing about 25% of our runs within GitHub Actions. We've tried debugging lots of proposed solutions from the...