Rhys Sullivan

Results 53 issues of 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...

enhancement

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...

enhancement
good first issue

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 ![image](https://github.com/PostHog/posthog/assets/39114868/88e30bbb-3793-4f49-83f0-738b57d04be5) ## Describe the solution you'd like...

enhancement
good first issue

# 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....

🖥️website
⚡ api
📚db

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...

📖 documentation

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 ![image](https://github.com/shadcn/ui/assets/39114868/f25eb8dd-7d63-4609-b6b2-c63ca062675c)

Stale

### 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...

bug