Sergei Kasoverskij

Results 3 comments of Sergei Kasoverskij

Sam issue here using Vite2 (using esbuild same as in snowpack).

This can be clearly reproduced in Chrome and not in Firefox. The reason for that is that those browsers are handling "delete" command differently. Firefox: Deletes just the selection Chrome:...

I did the following to address performance issue for clerk auth integration: fetch auth only on server. ``` beforeLoad: async ({ context }) => { if (context.convexQueryClient.serverHttpClient) { const auth...