Felix Lyu

Results 13 comments of Felix Lyu

``` import React, { useState } from "react" import { Star } from "lucide-react" import { cn } from "@/lib/utils" const ratingVariants = { default: { star: "text-foreground", emptyStar: "text-muted-foreground",...

update: after testing it is coming from @tiptap/react, it has the editable prop but no matter what we set up the editable it doesn't take any effect.

@akdeb I also had to add a bunch of null checks to address the ts errors. However, the wired thing is useEditor() from original package doesn't return null but only...

> [This](https://github.com/shadcn-ui/ui/issues/711#issuecomment-1637040546) fixed it for me. Specifically I had to remove `rounded-md` on `Command`. translate-y-[-50.4%] doesn't work for me, but this is working

facing the same issue, referencedTable is not working as how it should be done in the docs When I tried the workaround of ``` const { data, error } =...

Nobody from Supabase seems to be working on this at least for now.

![Image](https://github.com/user-attachments/assets/be65bee1-4e0b-4ab3-b91c-91357cab95f9) ![Image](https://github.com/user-attachments/assets/7156125c-0d57-4367-a1bb-f1f1916e90f6) > "Please install Biome globally on your system so the extension can start a global LSP session for files that are not part of any workspace." I'm not...

> Biome must indeed be in PATH [@lumpinif](https://github.com/lumpinif). > > Alternatively, you can set the path explicitly using the `biome.lsp.bin` setting. Ok, thanks! BTW, does doc mention that?

> > > Biome must indeed be in PATH [@lumpinif](https://github.com/lumpinif). > > > Alternatively, you can set the path explicitly using the `biome.lsp.bin` setting. > > > > > >...