Phuoc

Results 16 comments of Phuoc

I wrote a remark plugin to handle this. Hope it helps. ```js function mdxOptions(options, frontmatter) { options.remarkPlugins = [ ...(options.remarkPlugins ?? []), [ remarkMDXImageFromFrontmatter, { name: `banner`, from: frontmatter.banner}, ],...

not sure what the downsides are but what if the hashing of file names is disabled in dev mode?

Will it be possible to create API endpoints using the same worker? I'm looking at using WebSocket with Durable Objects. Or do I need to create and deploy a separate...

Is it correct to say that resource route won't have access to any Cloudflare API (KV, DOs etc), even with the integration? And the only way is to use the...

Cool. Thanks for the pointer. And look like the same context is also available in `action` function too.

I made a library that supports this use case https://github.com/universse/palettez. Here's a demo https://palettez-nextjs-demo.vercel.app/multi-store-with-server-persistence. Hope it helps.

Thanks @kaelig for mentioning this thread 🙌. ### [ThemingLayer](https://github.com/universse/theminglayer) ![banner](https://github.com/design-tokens/community-group/assets/15166715/bdf4175f-7a07-430d-87af-83f3ed4672c5) ThemingLayer empowers team to craft digital experience that cater to diverse needs of their audience. * Build themeable design system...

I'm working on something similar too. I think the standalone Checkbox should be used inside CheckboxGroup, which is itself a form field. CheckboxField within CheckboxGroup(Field) would be a little strange...

I think this applies to not only pseudo element but also any absolutely positioned element that expand the tap area. Hope this gets addressed soon.

> Should have been fixed by #7427. hi. clicking the button on the pseudo element area does not trigger the `onPress` event handler. `onHoverStart` works as expected. https://stackblitz.com/edit/vitejs-vite-3j7p5edf?file=src%2Findex.css