DrummyFloyd

Results 28 comments of DrummyFloyd

even if i use `shadcn` the accordion components is based on this lib i resolved this with this class ```tsx const AccordionContent = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, children, ...props...

i have the same behaviour upon the couple of first time , when i opend nvim ( LAZYVIM config here) with command line it work like a charm ``` return...

> I encountered the same issue, but it appears I've found a solution. It seems that the markers `''` retain values from the previous visual mode selection. When Neovim is...

> > I encountered the same issue, but it appears I've found a solution. It seems that the markers `''` retain values from the previous visual mode selection. When Neovim...

Thank for the review , do not hesitate if you want more info !

> @DrummyFloyd can you sign your commit please 😅 Dumb question , but how can I sign my commit with your merged stuff ? ^^

> @DrummyFloyd oh yeah, AFAIK, it's a PITA to rebase for signing with newer commits... I should have seen it before (I had to merge `main` to be able to...

> Yes, `git commit --amend --no-edit -S` is your friend. > > I also rebased the commits rather than rebased, just because I hate merge commits. I hate merge commit...