Rhys Sullivan
Rhys Sullivan
## Is your feature request related to a problem? Generally it's nice to track milestones to make internal / social posts celebrating the success of your product. I think PostHog...
I've been working off my own fork of Reacord and have been fixing / extending it in ways as they come up, some of these I think make sense to...
Rather than having the type of "type" Field be of type string, it should be 'INT8' | 'INT16' | ... | string to make it easier to infer what type...
Just setup ts-reset for my monorepo and found this was the most painless way to do it, updated the README to reflect how I set this up for my monorepo,...
## Is your feature request related to a problem? I want to be able to click the links here to visit these pages  ## Describe the solution you'd like...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
We've migrated to Notion for our task management, you can view our issue list here: https://answeroverflow.notion.site/811abd5d62454872955b00b858ee354c?v=6dcf84df66f7493b9513f6ce8b4e10bb&pvs=4 If you'd like to make a new issue, you can open it on GitHub...
Rather than writing `Dropdown` you'd write `ShDropdown` - maybe making the prefix configurable This is to prevent accidentally importing the radix component rather than the shadcn component 
### Link to the code that reproduces this issue https://github.com/RhysSullivan/next-unused-server-actions ### To Reproduce 1. run next dev 2. go to localhost:3000 3. replace "getSignedInUser" with "getAllUsersPrivateDoNotLeak" in page.tsx 4. open...