Michael "Mike" Ferris
Michael "Mike" Ferris
I found that adding the following permission solves this error. ```yml pull-requests: read # Needed for workflow_dispatch execution ```
What is the proper way to do a `where in` in raw now then? I have some query built like ```ts knex(table).whereRaw(`${additionalHardToExplainCheck} AND id in (?)`, [ids /* this is...
in node internals `_stream_writable.js` it seems to destroy the stream on `finish` https://github.com/nodejs/node/blob/a4fce32eabf40e6a1a34f384999bf8660b59639a/lib/internal/streams/writable.js#L743-L771 So even in the normal happy path, `stream.on("error", err => {})` is called with `"stream destroyed"` I...
Do we want to revisit the limits that we use and make them part of the spec (either js or web spec)? I agree that 128kb is too low.
For what it's worth, I pinpointed the problem to this line https://github.com/dotansimha/graphql-code-generator/blob/97d734c01d88e954799c404af462de806cb9cdb6/packages/graphql-codegen-cli/src/hooks.ts#L52C3-L52C34 Where shell-quote seems to convert a path like `C:/projects/my-project/src/some-file.ts` to `C\:/projects/my-project/src/some-file.ts` Might be related to https://github.com/ljharb/shell-quote/issues/21 All that...
Bump, I've just hit the same problem on another project I was trying to setup the Apollo extension, funny enough it was on a project for a training made by...
@jerelmiller Let me know how you feel about the direction I've taken in my PR to fix the StrictMode issue before I dig in more into the current test failures
> I asked the team about this and my colleague pointed out something that we do in `useSubscription` that we may or may not be able to do here. Check...
> Gah. I had another conference to attend then was on vacation. Apologies for my slow time to respond! > > I will take a look at your changes and...
Awesome! I'll definitely give it a try in the near future :D