pxDot
pxDot
Is there any update on this PR or types for this in DefinitelyTyped?
This still is not fixed for async logging in pino because of pm2 hijacking `process.stdout.write`. Is there any possibility to work around this to be able to use pino in...
Just hopping in as I was looking for a FAQ Block with structured data on the seo framework (as thats the only thing I am missing from yoast right now)....
To chime in on this: Sometimes you don't want to use `validate()` to check if the input has any validation errors as this would trigger the validation again even if...
> In my experience, you can usually use server side rendering*to* prerender, making prerendering mostly irrelevant. Except that it can work without being particularly framework-dependent. :/ Sadly I can't share...
Hey Loic, first of: You are doing an absolute fantastic work on this. Keep it up 👍 I am using Node.js mainly to create a REST or GraphQL API as...
Same is happening for `findMany()`. Before Prisma v4 it would work with Postgres `CITEXT` columns even without `mode: 'insensitive'` (as stated in the documentation). Now it does not find case...
@denbezrukov the same error (https://github.com/biomejs/biome-intellij/issues/83#issuecomment-2643272254) for me with the latest nightly version.
I tried investigating a bit. These are the only logs I've found in `%LOCALAPPDATA%/JetBrains/PhpStorm2024.3/log/idea.log` regarding this: ``` 2025-02-21 11:21:52,722 [12938419] INFO - #c.i.p.l.i.LspServerImpl - BiomeLspServerDescriptor@[redacted](Initializing;0): Starting LSP server 2025-02-21 11:21:52,850...
Sure, here we go: ``` [ERROR] Controller error TypeError: Cannot read properties of undefined (reading 'count') at PostgresSQLQueryResolver.count (/home/[redacted]/[redacted]/node_modules/.pnpm/@[email protected]_c3ef3d8ec3a102af1c7fc46c29499a99/node_modules/@deepkit/sql/src/sql-adapter.ts:252:31) at processTicksAndRejections (node:internal/process/task_queues:105:5) at async _a.count (/home/[redacted]/[redacted]/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_@de_85999d0550f0eef3e8102214150fa24c/node_modules/@deepkit/orm/src/query.ts:839:20) at async Promise.all (index...