Brian Hung

Results 40 issues of Brian Hung

Tries to fix #910 - if an editor is a native html input or textarea, we use `readOnly` instead of disabled; this allows the element to be focus-able but not...

Fixes #806 Not entirely sure why pointer events are more consistent on mobile than touch events.

Using this API to get cell location on pointer move from a different react component.

### Feature Description For tool calls which take a couple of seconds to finish, it would be useful if partial tool results were supported so that the UI can reflect...

enhancement
ai/core

Currently Yjs updates are chunked in 1 KiB chunks. Not the most efficient if data is duplicated between chunks. https://github.com/partykit/partykit/blob/0c67489947704d0e83de89600bb0a93ac4ddd5fd/packages/y-partykit/src/storage.ts#L100 https://github.com/rocicorp/reflect-yjs/blob/main/packages/reflect-yjs/src/chunk.ts