Carlo Taleon

Results 59 issues of Carlo Taleon

I don't think `input.ctrl` works. `input.alt` doesn't work either. Is there an `input.cmd` that works for Mac?

I noticed there's an ideal behavior that I like when direction is "left" or "right". Which is.. after the dialog is open, when I drag out, even if there's no...

https://www.triplit.dev/docs/auth/integration-guides/clerk Possible: https://www.triplit.dev/docs/auth/integration-guides/better-auth

I assume the cargo project is built upon npm install -g. So maybe it does? or just might be my dum asssumption.

Just speaking in terms of Tippyjs's way to make tooltips interactive or not interactive: https://atomiks.github.io/tippyjs/v6/all-props/#interactive When interactive, if I hover on the tooltip trigger OR tooltip content, it stays open....

This is my assumption for fixing the missing ContextMenuLabel. Feel free to add to it if I missed anything, seems like a simple fix. Fixes #196

Reading this: https://www.solid-ui.com/docs/components/context-menu Manual > **Copy and paste the following code into your project** It does not contain `` But **Usage** says, it's possible to use ```tsx import { ContextMenuLabel,...

fixes https://github.com/jayy-lmao/sql-gen/issues/20 Needs review, this is also more of a demonstration than a PR to confirm my assumptions related to the issue. I haven't tested on INT2. But for INT4...

fixes https://github.com/jayy-lmao/sql-gen/issues/18

I'm getting this error: ``` Result::unwrap()` on an `Err` value: ColumnDecode { index: "\"array_depth\"", source: "mismatched types; Rust type `i16` (as SQL type `INT2`) is not compatible with SQL type...