undefined
undefined
stopAnimation() stops the animation and puts the view to its starting position. Is there any way to pause the animation, so that the view stays where the pause was called?
`MAX = 9.7 # 10 is absolute max` Is there a reason why 10 is the absolute maximum speed? What happens if I increase this constant above 10? Where did...
first of all, what a gem find! thanks for your amazing work. this is really fun to play with :-) is there a way to clone the instance?
### Link to minimal reproducible example https://web3modal.com/ ### Summary Binance Web3 Wallet connector seems to be broken on Android. Connection Popup does not appear. It works fine on iOS. https://github.com/WalletConnect/web3modal/assets/18402191/6e433b73-4dc5-4d30-8595-e7d985883101...
Seems like neynar's axios dependency doesn't work properly in node.js environment. ### Error ``` /node_modules/axios/lib/helpers/isURLSameOrigin.js:11 const msie = /(msie|trident)/i.test(navigator.userAgent); ReferenceError: navigator is not defined at standardBrowserEnv (/srv/web/mintv2-web/node_modules/axios/lib/helpers/isURLSameOrigin.js:11:41) at Object. (/srv/web/mintv2-web/node_modules/axios/lib/helpers/isURLSameOrigin.js:60:4)...
I am trying to update the colors programatically frame by frame without using state for performance reasons, and it seems like I can't access `uniforms` of the material. It seems...
# Problem - node/bun server projects using frog + hono-og eventually runs out of memory after certain uptime - the images in the frames fail to render  # Solution...