Fright XO
Explore posts from serversPPrisma
•Created by Fright XO on 10/17/2024 in #help-and-questions
PRISMA_SKIP_POSTINSTALL_GENERATE is Not Skipping Generate on yarn install
The following is what is output:
6 replies
PPrisma
•Created by Fright XO on 10/17/2024 in #help-and-questions
PRISMA_SKIP_POSTINSTALL_GENERATE is Not Skipping Generate on yarn install
The docker file is failing on the last command in this snipper:
6 replies
PPrisma
•Created by Fright XO on 6/24/2024 in #help-and-questions
Best Practices for Updating Nested Relations in Prisma with NestJS and SQL Server
For the update, would you prefer PUT or PATCH? It looks to me like this code would be handling a PUT payload.
4 replies
✅ How to flush NLog on application exit with MEL
Nevermind, I've asked ChatGPT and it suggested that I dispose of the ILoggerFactory that I had created.
By updating my creation logic to store and reuse a single ILoggerFactory, then calling the _loggerFactory.Dispose function from within my managing class's dispose function, I am seeing that it is now flushed.
This was one case where some nudging of chatgpt and testing it's response actually helped.
3 replies
❔ ✅ DotNet Templating Bind Project Name
One option that exists may be to use the .vstemplate, i guess. https://learn.microsoft.com/en-us/visualstudio/ide/template-parameters?view=vs-2022 but i suspected all those replacement properties exist in this other templating
20 replies