Gary Lo

Results 11 comments of Gary Lo

Any updates on this? @ejona86 Curious if this is similar to https://github.com/grpc/grpc-java/issues/2971

See https://github.com/JetBrains/kotless/issues/42

+1 to this request. Given there is an extremely broad range of possible events that can trigger a lambda, I'm wondering would it be possible to allow handing some degree...

Ok I looked at the source and as suspected the popover trigger is: https://github.com/radix-ui/primitives/blob/c31c97274ff357aea99afe6c01c1c8c58b6356e0/packages/react/popover/src/Popover.tsx#L151 Whereas DropDownMenu is https://github.com/radix-ui/primitives/blob/c31c97274ff357aea99afe6c01c1c8c58b6356e0/packages/react/dropdown-menu/src/DropdownMenu.tsx#L117C1-L126C14 ``` onPointerDown={composeEventHandlers(props.onPointerDown, (event) => { // only call handler if it's the...

> while this is closed here is a dots components you can just add to the carousel component in the ui folder following the structure of the existing components: >...

> > I use tailwind in the shadow dom similar to as mentioned above, but with Vue. I tried to do it with Svelte, but ran into a similar issue...