Matt Simpson

Results 13 comments of Matt Simpson

I had started looking at the implementation for this this afternoon, but I am currently facing some issues. - It fails to resolve the storybook configuration found in `packages/config/storybook/src/configs/react-vite.ts` that...

> Hi I am the guy that figured this out, here's some more help for people in the future > > > Just coming here to share a workaround by...

Thanks, folks! I appreciate the kind words! Of course, @w3cj, I've updated this pull request to only include the bare minimum for testing 😃 I'll upload my tool and return...

> Thanks for working on this! Reviewing 765 changed files is quite a lot though. > > Could you make a PR with only the schema / page updates, with...

I was able to investigate this issue a little and narrow it down to provide a couple of workarounds https://github.com/vercel/next.js/issues/57622#issuecomment-1814941581

@pizzaisdavid this can also be solved as a consumer by setting the `selectedTextColor`, `selectedBackgroundColor` and `selectedDescriptionColor` properties. Example 👇 ```tsx import type { SelectOption, SelectRenderableOptions } from "@opentui/core" import {...

I actually have a library ready to publish for this. I’ll sort that out in an hour or so and that should hopefully be a good example.

@macklinu nice! your example is perfectly fine and is very similar to how i started before i decided to leverage the core primitives and extend to support all of our...

> The default-parsers is auto generated. Need to adjust the generator, but formatting is unnecessary as it would be overwritten again. Resolved! 🫡

i'm not sure on this one... i had started looking into changing the api for this previously but didn't finish it! i was leaning towards exposing a `createRoot` method that...