Rich Evans
Rich Evans
On my page I am using two slate editors for different parts of the same document. Currently, once a user clicks into the editor, their cursor position is shared with...
Add tests for a component using props, and ref type dependencies.
The library does not currently generate filters for cypher fields. Given a simple schema like ```gql type Author { mostRecentBook: Book @cypher(statement: "MATCH (this)-[:AUTHORED_BOOK]->(b:Book) RETURN b ORDERED BY b.year DESC...
**Describe the bug** Apologies if this isn't a bug, but by design, but the behavior described here isn't the behavior I would expect. Given a simple schema: ```gql type UserProfile...
I need to be able to query (distinct) type field values with filters applied to the type match for the purposes of populating field filter dropdowns in the front-end. Given...
OpenAssistant provided a [xor patch](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) for the original LLaMa 30B model to produce a checkpoint of the model they are using on [open-assistant.io](https://open-assistant.io/chat). This model feels like it performs better...
>ERROR in ./node_modules/@slate-yjs/react/dist/index.js 82:0-94 Module not found: Error: Can't resolve 'use-sync-external-store/shim/with-selector' in '/../node_modules/@slate-yjs/react/dist' Did you mean 'with-selector.js'? BREAKING CHANGE: The request 'use-sync-external-store/shim/with-selector' failed to resolve only because it was resolved...
I'm using ``` "@slate-yjs/core": "^0.3.1", "@slate-yjs/react": "^0.3.0", "slate": "^0.91.3", "slate-history": "^0.86.0", "slate-hyperscript": "^0.77.0", "slate-react": "^0.91.3", "y-protocols": "^1.0.5", "y-websocket": "^1.4.5", "yjs": "^13.5.47", ``` I am seeing infrequent errors (`Cannot read properties...
Huly®: YJS-431
**Checklist** * [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ * [x] Try to report your issue...