Grant Sander
Grant Sander
@sneakers-the-rat What version of Spectacle are you experiencing this on? I just fired up a starter example, and I'm seeing white notes text:  Are you able to share your...
Also, the `Notes` component right now just renders its children to a portal, so you can style the notes ad hoc, sort of like: ```tsx Spectacle supports notes per slide....
Tracking via #1118
Uh oh, looks like Docusaurus found some broken links. If you run a local docusaurus build, you should be able to catch the broken links locally before it gets to...
CC @fritz-c – do you per chance know anything about the status of this?
Hi @WMichael – thanks for reaching out! Are you at liberty to share some more details about what your CI pipeline setup looks like? We have [some documentation](https://formidable.com/open-source/react-native-owl/docs/ci/github-actions#android) on running...
As author of #2527, I'll also apologize for never having the bandwidth to get that over the finish line. If you're interested in making Solid bindings a reality and have...
Ahh – the Zod/TS errors are not at all comprehensible. The core issue, I believe, is that the fields inside `q.object()` are looking for *zod-compatible* types (like `q.string()`, `q.number()`, etc.),...
I started [this branch](https://github.com/FormidableLabs/groqd/compare/main...grab-empty-base) a month ago and haven't gotten around to finishing that up, but you might use that as a starting point!
I like these ideas – let me noodle on this a bit, and see if I have any bandwidth to put something together. As for case 1, one option might...