Matt Rossman
Matt Rossman
@jjrchrds No, I ended up using a different animation library (react-spring) due to this limitation.
What is `documentId` expected to be? If I provide `"my-document-name"` I get a type error.  The types indicates...
An example—I'm using PartyKit to make a realtime bus tracker app. Every few seconds I need to poll a server to fetch the latest tracking info. I do this on...
Hey @FlipEngineering, another user indicated the `libpg-query` issue is resolved by the PR https://github.com/supabase-community/supabase-mcp/pull/43#issuecomment-2788289507 so I'm closing this issue for now. If it persists for you we can reopen to...
Just noticed this is a duplicate of vrm-c/vrm.dev#4, though that issue was closed without resolution.
@daoluc Thanks for sharing your system info. Could you try upgrading your Node.js installation to a newer version? We recommend an Active LTS release (Node.js v22). Node.js v18 reached End-of-life...
@renierbleeker83 Maybe try uninstalling Node v18 so it's no longer present in `paths`? Also, could you share more details on your setup (what OS, what MCP client?) I see "claude-ai"...
I'm surprised this feature still hasn't made its way from pandas to xarray, it's incredibly helpful for datasets that are not evenly sampled. Resampling and calculating the integer window size...
I'm experience the same issue trying to finalize audio, I expect that calling `.finalize()` after `.send()`-ing audio will result in a full transcript of the sent audio, but it often...
I suspect the issue isn't solvable with an SDK patch, because even if I go into `node_modules` and make it async and `await callback()`, I still face the issue. Besides,...