Vaishnav Deore

Results 39 comments of Vaishnav Deore

Hey @jer3m01, I've implemented all the suggestions from your previous message. The `Carousel` component now uses Embla under the hood and exposes it through the `options` and `plugins` props, allowing...

one more thing, should we add the keyboard interaction support just like we have for `Tabs` component?

> Yes it would be good to support prev/next with arrow and first/last with home/end. Hey, I've added the keyboard interaction for better accessibility. Please let me know if there...

i wanted to use GPT-5 through my Codex subscription in Opencode, but I don’t think that’s going to be possible… https://github.com/sst/opencode/issues/1686 So I’m hoping this project improves rapidly over the...

yup, do you know any alternative to `xdotool` in wayland?

> This one will get the active window, which I'm sure is the functionality you're looking for: https://github.com/jinliu/kdotool Thanks for sharing this tool. I'm bit busy these days and also...

> > **EDIT:** Tried, that flag does "the opposite" of what I want. It requires a `DBTX` on every query. > > I just need the underlying `DBTX` to be...

Upon further testing, I found that several other components are not being exported correctly with the depth rendered in the editor: 1. Text 2. Quote 3. Table 4. Divider 5....

Hey @Darginec05, just checking in, is there anything left you'd like me to address to get this PR ready for merge?

> Thanks for the PR! > > There's a few changes needed around accessibility, mostly using a `` component internally instead of re-implementing them. Thanks for the detailed review. I've...