Max Stoiber
Max Stoiber
## Summary Right now, users interact with a `types/` folder that contains ~a file per node, and then Fuse generates a `fuse/` folder that people use from their client(s). (`import...
## Summary Every time I run `dev` my VSCode sidebar looks like this, even if I haven't changed anything about my schema: This happens because I use prettier, which formats...
## Summary Many nodes are uniquely identifiable by more than one key. Common example: `BlogPost.id` and `BlogPost.slug`. ## Proposed Solution First idea: ```ts const BlogPostNode = node({ keys: ['id', 'slug'],...
# Summary This sets up a GraphQL API for `next-ai-news` using [Fuse](https://fusedata.dev). Instead of having database queries in the server components directly, this introduces a central data layer that can...
When I try to drag-and-drop the below SVG file, which renders just fine in my browser, Excalidraw produces this result: ```svg 1Q24 m t w t f s s 2Q24...