Marceau
Explore posts from serversTypescript intellisense extremely slow
For me, VSCode extensions don't change any performance, but I did notice that any time I include code that extensively uses the
FetchResult
, alongside SerializeObject
types + Prisma's many type utilities for models, the entire language server slows down to a crawl. and I honestly don't know how else I'm expected to easily work with my server's expected results outside of hardcoding everything.17 replies
PPrisma
•Created by Marceau on 4/29/2025 in #help-and-questions
How to access the DMMF after version 6.6.0?
ah, that was actually helpful, somewhat.
for anyone interested, this line of code helps tremendously: https://github.com/prisma/prisma/blob/e4208dc0b983120feb89d38fd98bd10d33a32b70/packages/internals/src/get-generators/getGenerators.ts#L161
4 replies
BABetter Auth
•Created by Marceau on 3/24/2025 in #help
Enforce Email Domain Restriction with Google Sign-In
I figured I could do that yes but I'd like to make the check on every login if possible, there just isn't any mechanism for it
8 replies
BABetter Auth
•Created by Marceau on 3/24/2025 in #help
Enforce Email Domain Restriction with Google Sign-In
I'll try to take a look when I can, any ideas for what I posted initially though?
8 replies
BABetter Auth
•Created by Marceau on 3/24/2025 in #help
Enforce Email Domain Restriction with Google Sign-In
also it looks like
disableSignUp
is not working. I have it set to true
and it is still creating a user when it doesn't exist.8 replies