Results 117 comments of Eyal Gruss

@amark thanks for your kind words - i moved the new code as suggested so now it reads: ``` this.to.next(msg); // remember to call next middleware adapter var put =...

@amark i probably dont have a proper setups to run tests at all... they already fail before changes. please note that i just downloaded the .tgz from NPM, and running...

maybe dupe of https://github.com/amark/gun/issues/259 ?

@gaikwadrahul8 some more info: the crash actually happens when using the AMD GPU (after a few seconds), vendor info: AMD Radeon(TM) Graphics (0x00001681) Direct3D11 vs_5_0 ps_5_0, D3D11 when switching to...

running the example: https://codepen.io/mediapipe-preview/pen/xxJNjbN when changing the versions from 0.10.2 to 0.10.14, i get: ``` iframeConsoleRunner-6d8bf8b4b479137260842506acbb12717dace0823c023e08b96360e60b0840d9.js:1 W0602 14:00:32.484000 1880752 reusable_pool.h:143] Maximum number of pooled buffers reached. Consider increasing MultiPoolOptions.keep_count (anonymous)...

@kuaashish, AFAICT this is exactly the same issue that @RajaniPriya19 reported, running the same code, where I tested also on 0.10.14 (the original report is 0.10.13), and I have provided...

also broken is this related one: https://mdn.github.io/dom-examples/pointerevents/Pinch_zoom_gestures.html on windows 11 in firefox 129 and chrome 128

After full page reload => may be related to user activation

i am seeing loadImage() failing specifically in preload() on macOS. same sketch works on windows. sketch works on macOS if loadImage is moved into setup(). should i open a new...