Rykuno
Rykuno
Okay so I think I might have found a solution but not per say the issue. I do believe it is with the `next-auth` library. There's two issues. 1) The...
> @Rykuno Thank you for the detailed response. > > We'll most probably have to wait for both of these issues to be fixed in NextAuth rather than adding `getInitialProps`...
> Hello! 👋 I believe I am running into a similar issue with this boilerplate, but I'm not entirely sure what the solution was. @Rykuno, would you mind elaborating further...
I'll add onto this. Utilizing NestJS and cannot utilize transactions across multiple services.
You're right, according to the 3.0 roadmap this will be solved so a temporary solution will work just fine. The best lightweight simple solution is to simply import `DocumentNode` at...
In `react-hook-form` you can utilize the `valueAsNumber` option when registering your input. You would have to modify the Form component to allow for this option though I believe. https://react-hook-form.com/api/useform/register#options
Exporting the `pgEnum` works and the migration script picks up on it as intended. ```ts export const eventPrivacyEnum = pgEnum('privacy', ['public', 'private']); ``` @AndriiSherman if this is intended behavior, the...
same issue. I must restart docker each time for it to work.
We have this issue in two areas w/ the new version. The issue is this is happening for responses from two different very popular public API's; so we have no...
I love next, but this is a complete show stopper. Sometimes it takes 10+ seconds outside of docker for me on a Mac M2 to navigate one page. This is...