Fergus Meiklejohn

Results 15 issues of Fergus Meiklejohn

This is a great library, thanks for building it! I'm wondering how we can close the popper without implementing full manual control? Problem: I need to close the popper on...

This is great work! I'm just wondering how nicely this plays with a virtual list? Something like https://github.com/FallingCeilingS/vue-virtualised#readme for example? Can we wrap it: ``` js ... ``` Thanks!

Just a quick suggestion: have you looked at how ts2fable are generating F# types from typescript definitions? https://github.com/fable-compiler/ts2fable I'm sure this is old news and apologies if so, but I...

I'm finding it useful to create types of all my Prisma models: `export type UserDB = z.infer` I'm doing this because I end up cleaning data up a bit and...

## Documentation Radix component documentation is excellent but has one major drawback IMO, which is that it uses Stitches in a way which encourages abstractions which make the documentation harder...

feature request

The learn storybook project is failing to build. https://storybook.js.org/tutorials/intro-to-storybook/react/en/get-started/ Project build error: ``` Failed to compile. ERROR in ./src/App.js 1:40-140 Module not found: Error: You attempted to import /taskbox/node_modules/react-refresh/runtime.js which...

Tutorial: Intro to Storybook

We already have docs on setting up Prisma with Cloudflare workers: https://www.prisma.io/docs/guides/deployment/deployment-guides/deploying-to-cloudflare-workers#9-set-the-data-proxy-connection-string-in-your-environment But Pages is a bit different. So the rest of this document is probably okay but we need...

docs
topic: deployment
topic: serverless
serverless-initiative

The new docs don't allow me to find out how I do many basic Postgres operations with the JS library. For example how do I append to an array? How...