daveycodez
daveycodez
First off, wow, impressive. I was about to build this myself to get around GPT-4 limits. And I was going to give it Eleven labs voice. You already did it....
Hey, just wanted to let you know that the first thing I did was remove the 1500 character limit on the system prompts. I'm pasting my entire projects into it....
I set up the Stripe wrapper then created a database view for my stripe products. I'm loading the products on getServerSideProps. It does work, until I refresh the page 4...
Anonymous users are only able to link an email address, this forces users to leave the website to verify the email, and there is no clear way on guiding them...
``` /** Hook for clearing cache */ export const useClearCache = () => { const { mutate } = useSWRConfig() const clearCache = () => { mutate(() => true, undefined,...
I tried to add ZenStack to my existing NextJS project. It's brand new with create-next-app@latest. All I do is run these 2 commands and it fails. ```shell npx zenstack@latest init...
### Type - [ ] File icon - [ ] Folder icon ### Context and associations Icon for cursor config folder :D ### References 
Would be dope to see this recreated for 2025
React
It would be great to get a React package for these! Similar to react-simple-icons is to simple-icons
Hey having issues getting this library to work with React 19 ``` npm error Could not resolve dependency: npm error peer react@"^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" from [email protected]...