James Fox
                                            James Fox
                                        
                                    **Is your feature request related to a problem? Please describe.** Errors that happen when applying updates can be indicative that the Y.Doc is now in a bad/corrupt state and future...
Since prisma2 does not yet support JSON/B columns, I'm storing my JSON data in Posgres as a string. This is fine, but Id like to return JSON to my consumers....
### What’s the bug you are facing? Another user types in the same document and pushes my view of content down, even though their editing content thats way out of...
Could we import the DefinitelyTyped types here? (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/async-redis/index.d.ts) **_OR_** Remove the published types entirely and rely on DefinitelyTyped? The mismatch is causing issues for me. Thank you!
**Describe the bug** I'm unable to detect when the user's mouse is released when the dragged item is dropped outside of a drop target. The `end` event for the drag...
Github action periodically times out when succeeding in Vercel (Error: The operation was canceled.)
Were seeing our deploys periodically timeout in Github, but succeed in vercel. As a result, the deployment version for our staging or production app is not updated. Any ideas what...
## Changes - Update `getRelativeSelection` to capture whether or not the current selection is a NodeSelection - Update `restoreRelativeSelection` to use a node selection if restoring one ## Context Attempts...
I'd like to explore using this new player in a React codebase. Looking through the issues on the [lottie-web player repo](https://github.com/airbnb/lottie-web/issues/2114), I found this suggestion for creating a react wrapper:...
**What does this PR do?** Adds an additional parameter to users of this integration, enabling them to specify which instance the JS SDK to use as part of a track...
Is there any support for using a mocharc file instead of mochapack.opts? As of Mocha 6, [mocha.opts is considered legacy](https://mochajs.org/#mochaopts) and I find it easier to specify multiple configs in...