Grant Forrest

Results 115 issues of Grant Forrest

**Describe the bug** Since incorporating `graphql-modules` I've not been able to get a subscription socket to connect and stay connected. The socket sends a connection_init message and then dies. I've...

Opening this early with my WIP for discussion of the design and tradeoffs. ## Tradeoff 1: how to provide the context promise There are two ways to integrate Suspense for...

I know it's early on, but I'm just tinkering with this. One thing I'd like to express in a query is a predicate which is related to another field on...

query-layer
priority:high

As far as I can tell currently, the library fails when you try to add `neo4jgraphql` as an 'entry point' anywhere except a field within the root `Query` or `Mutation`....

When a file is added to the canvas, an ID string is passed to the second parameter. I get the idea is to let you upload the file to external...

bug
help wanted

Having worked on and maintained our company's internal component library for a while, I know how quickly a "theme" can become messy and difficult to maintain and understand. I think...

enhancement
v3-attention

Hi all. The Zoom package seems nice, but I made a sandbox to play around with it and haven't been able to get it to pan without jumping around rapidly:...

🐛 bug
🔮 question

Followup to #89 and #87. ### Current Behavior Running `tsdx create` initializes a `tsconfig.json` with absolute module resolution relative to the `src` directory. I have VS Code configured to prefer...

kind: feature
scope: upstream
topic: TS Paths Aliases
solution: workaround available

- [x] I have verified that the issue occurs with the latest twilio-video.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-video.js/blob/master/CHANGELOG.md). - [x] I reviewed the...

bug filed

I'm building a sortable list, but the logic for reordering items is more complex than an array move and involves querying a local database to determine the appropriate sort key...