Leo Bernard
Leo Bernard
Hey @ideoforms, thank you for your quick response! I'm currently working on an AbleSet feature that works similarly to TouchOSC and also allows you to access values by their OSC...
Thanks for looking into this! I forgot to mention that I'm using https://github.com/jlandure/alpine-chrome to host a headless instance of Chrome. I hope this helps with reproducing the issue on your...
Hey @lino-levan, thank you for looking into this! I found that spawning a new page regularly causes these issues, here's my code before the fix: ```ts import { connect, Page...
It took a while for me, but when I ran your test code which I slightly modified, the error occurred at the 178th run: ```ts import { connect } from...