jellohouse
jellohouse
Ok so `file node_modules/abletonlink/build/Release/abletonlink.node` gives me: ``` node_modules/abletonlink/build/Release/abletonlink.node: Mach-O 64-bit bundle x86_64 ``` So yes this module is compiled for x86_64 architecture. I'm not too familiar with node-gyp and stuff,...
I think you might just have to update your node-gyp to latest and it would do it automatically: https://github.com/nodejs/node-gyp/issues/1764
Also see this https://github.com/nodejs/node-gyp/issues/2391#issuecomment-1081750694
Hey @2bbb any updates or thoughts on this?
I understand that when I switch pages, it will be undefined initially until the it is resolved. But why does sometimes it does not resolve at all? I do a...
yeah I think this was an issue with my code and useEffects... consider it resolved.
Actually for this I think it should be a new hook. Because `useContractEvent` is really for subscribing to live events (which is why we provide it a callback function) Ideally...
Hey Verlok! No worries - thanks for the response. Yes it's strange that IntersectionObserver doesn't trigger the exit when the page changes... But yeah it would be nice if this...
I'm getting same error too...
@TesseraSkye any updates on this? I am running into the exact same issue... any help would be greatly appreciated.