Kenneth Lim
Kenneth Lim
I haven't come across the Page Visibility events before and a quick read through it I'm still not sure does it ties to the pausing of `requestAnimationFrame`? I'm a bit...
@owenbmcc I wouldn't recommend tying it to blur and focus event as you mentioned switching focus while the window is still visible will fire the blur event as well and...
@weslord I think that is a reasonable expectation as well.
Thanks for the write up. > I: iOS 13 sensor access permission p5.js doesn't aim to handle this directly and a user side fix is relatively [straightforward](https://github.com/processing/p5.js/issues/4367#issuecomment-599093466). We can just...
@PimTournaye Sorry for the late reply as I've been working on other stuff at the moment. Also related is that we are not at the stage where we are looking...
Some notes for test related tasks: * Since we don't need to run visual tests in node.js, we can convert the Vitest workspace config back into a regular Vitest config....
Safari 13 is still too new to be the minimum version to be supported, at least not until Safari 14 is released (probably with the new macOS in the Fall)...
I'd prefer not linking to a specific commit otherwise if we were to make updates to those documentation, these links will need to be updated again.
@Gautam-aman #7117 will fix this so we don't need additional fixes for the linked issue for now. Do have a look at other open issues. Thanks.
I don't quite understand what I'm looking for in the sketch, can you give a brief description of what is the expected behaviour and the actual behaviour? It would be...