Mark Fayngersh
Mark Fayngersh
@Smirow While moving the imports from `+layout.svelte` into `hooks.client.ts` fixes the client-side error, it appears to add [FOUC](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) upon server-side loads, suggesting it may not be the proper place to...
@Rich-Harris https://github.com/unocss/unocss/issues/2111#issuecomment-1407424016 🤷
Upon upgrading to v4.12.0 and enabling `jsonProtocol` we started encountering the following error for some of our requests, so we had to disable the feature: ``` Invalid `prisma.payroll.findFirst()` invocation: $composites:...
@janpio I believe it's this query: ```js const payroll = await prisma.payroll.findFirst({ where: { id: params.payrollId, organizationId: params.workspaceId } }); ``` With the following schema: ``` model Payroll { id...
Can confirm I no longer see `$composites: true does not support recursive composite types.` errors on my end.
I am seeing the same behavior of `Join a space...` doing nothing when I click it, but I am not seeing any other Live Share errors. Everything seems to be...
Haha, nice! This PR brings up a good point about inconsistencies in the naming scheme. I feel like a good approach would be to eventually keep `arigato` and `sayonara` as...
I'm still getting a `ERR_SVELTE_TOO_MANY_UPDATES` error logged in the browser console on `5.0.0-next.69`
Some significant recent movement: https://devblogs.microsoft.com/typescript/progress-on-typescript-7-december-2025/