Casey Chow

Results 16 issues of Casey Chow

Per upstream change in `graphql-subscriptions` (https://github.com/apollographql/graphql-subscriptions/pull/232) it would make sense to propagate the fix to this library once released. Otherwise, an update to `graphql-subscriptions` will break type check on this...

When used in Windows, running `cake start` returns the following: ``` events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:1000:11) at Process.ChildProcess._handle.onexit (child_process.js:791:34) ``` This...

One issue I'm finding with making my schema more consistent is that enabling certain rules requires adding documentation where it may be noisy, for example with `arguments-have-descriptions`, where all of...

Are there any codemods available to accomplish a Prisma 4 upgrade? The main one I'm looking at is the migration from `rejectOnNotFound` to `find*OrThrow`.

### What happened? I'm trying to import an existing Cloudflare WAF rule, and I get hit with this error: ``` Diagnostics: pulumi:pulumi:Stack (infrastructure-shared): error: preview failed cloudflare:index:FirewallRule (log-automated-traffic): error: Preview...

kind/bug
area/import

I'm trying to test the default values on some Mongoose models. The test I'm using was basically making the object without the property in question and then testing if that...

## Problem I often need to debug transactions in Postgres in development, but in interactive transactions, pausing at a breakpoint for more than 5 seconds leads the transaction to rollback...

kind/feature
topic: dx
team/client
topic: interactiveTransactions
topic: configuration

I'm using Obsidian 1.4.16 on macOS Sonoma. I'm trying to write a prompt then hit Cmd+J, which generates text into thb buffer, but after completing, the text disappears. Hitting undo...

bug

I know it's been a couple years, but your package is proving very useful to me! I wanted to write a quick PR that addresses the logging, which I've found...

I need to add logging to our read replica clients, but the client does not allow me to adjust constructor queries. https://github.com/prisma/extension-read-replicas/blob/3c1a7127b4c80a3352893d8bea71c73898d8d391/src/ReplicaManager.ts#L23C26-L25

enhancement