klyap
klyap
In some situations, we'd like to pass in an inexact types into the generated functions. However, this throws a Flow error which can be fixed by wrapping types with "readonly":...
``` npm ERR! npm ERR! Error: Failed to find Electron v1.7.11 for darwin-arm64 at https://github.com/electron/electron/releases/download/v1.7.11/electron-v1.7.11-darwin-arm64.zip ``` This seems to be an issue specifically for running on M1 Macbooks.
Problem: I'm trying to use inspector with aframe-watcher to update my local files with changes I make with AFrame inspector. However, I noticed that some types of changes don't get...
1. The sample page gives me this error "Connection timed out Error code 522": https://supermedium.com/superframe/components/haptics/ 2. The code sample also doesn't work for me, even after I updated AFrame version...
The demo code uses `import { withServerSideAuth } from "@clerk/nextjs/ssr";` which is deprecated. Would love to have this updated. In the meantime, is there a guide for how to migrate...
Everything works locally, but when I'm using the live Vercel URL instead of localhost, but nothing happens after posting messages, and I don't see any errors being logged. https://github.com/klyap/figma-semantic-font-search/blob/main/plugin/manifest.json I'm...