João Paulo
João Paulo
Yeah! I will be occupied in january because I have a couple of important exams in the upcoming weeks but after that I can start. You can use this type...
Hey @wesselvdv I'm also using timescale for my project and I'm thinking about migrating from prisma to graphile. Did you solve this issue, and have you ran into other problems...
Nice. When you said subscriptions did you mean live queries too?
Since the introduction of hooks, function components have become more popular than class components. > The most common talking point is that many projects (including preact-devtools) don't use a single...
For now that works for me too, but there's this warning: `Warning: isInitialValid has been deprecated and will be removed in future versions of Formik. Please use initialErrors or validateOnMount...
I tried to use the `useSearchParam` hook from react-use but it was not _reacting_ when using wouter's `Link` to navigate. ```jsx const getValue = (param) => new URLSearchParams(window.location.search).get(param) function useSearchParam(param)...
Hey, I use pnpm and my TS code auto-complete takes a long time to show up. I tried disabling diagnostics but it didn't improve things. Is there a open issue...