Theo Browne

Results 28 issues of Theo Browne

"why can't I run without a DB url?" "what database can I use?" "how do I add X to my next-auth session?" "can I use vanilla JS?" I think an...

documentation
enhancement

@JacobMGEvans mentioned that the "other" page is hard to find, we should make it more visible ![image](https://user-images.githubusercontent.com/6751787/136093932-8e68869b-3444-4885-8a76-458ce549ec9e.png)

good first issue
Hacktoberfest

### Description 📓 I have at least 3 or 4 users a week coming into the T3 Discord to ask specifically about getting a "user's ID from the `session` object"...

stale
documentation
good first issue

**Is your feature request related to a problem? Please describe.** The Zustand package uses v3, it would be awesome if it supported v4 **Describe the solution you'd like** The Zustand...

feature request

un-reverts t3-oss/create-t3-turbo#37 First we should fix https://github.com/t3-oss/create-t3-turbo/issues/42

My bad :( Broke by my PR here: https://github.com/t3-oss/create-t3-turbo/pull/37 Error here, unable to find schema: https://twitter.com/t3dotgg/status/1582936894991609857 ![image](https://user-images.githubusercontent.com/6751787/196853258-010df0d7-3965-4c84-a016-34a7b9adffbc.png) Tried solution here: https://github.com/prisma/prisma/issues/10433#issuecomment-1264687986 Gets further, but new error: ``` @acme/nextjs:dev: prisma:query SELECT...

- Generate prisma client outside of node modules, cache generated client - Add gitignore and fix turbo cache file name for prisma - Testing a ui change and the effects...