Duane Johnson

Results 121 issues of Duane Johnson

NOTE: This is not asking to change the header "Version:" to something else, merely the concept relating to the "Version:" header. I want to elevate the discussion [here](https://github.com/josephg/braid-protocol/pull/7) to a...

NOTE: We're currently discussing changing "Content-Length" to "Patch-Length" in #97 so to be clear: This issue relates to "Patch-Length" if we decide to adopt that header name. Thanks to @toomim...

In section 3.1 it says: ``` If a client requests "Subscribe: keep-alive", then the subscription will be remembered even after the GET connection closes. A subscription can be resumed by...

Status: This is a proposal meant for discussion, not a request to merge.

discuss at meeting

When a client makes a GET request with `Subscribe:` header set, the server responds without version, parents, and merge-type headers in the canonical response headers. Instead, they are sent in...

Synopsis: Keep patches, but make a separate spec/protocol for them. Make core Braid simpler. It seems like the "Patches: N" header and subsequent patch blocks add a fair bit of...

Prefer a special character to denote special meaning. See https://github.com/braid-work/braid-spec/issues/78

**Is your feature request related to a problem? Please describe.** Our ES server backend (EcmaScript, i.e. preferring "import" over "require") directly imports `utils.js`: ``` import * as yws from "y-websocket/bin/utils";...

enhancement

This is an up-to-date PR that replaces #61 Nothing has changed other than rebasing onto master. I've tested 2 of the 3 cases mentioned by @dmonad in https://github.com/yjs/y-websocket/pull/61#issuecomment-822020739 The untested...

As per your [comment](https://discuss.yjs.dev/t/what-is-the-most-stable-persistence-for-v13/57/2), it would be great to learn more about persisting state in conjunction with `y-websocket`. Thanks! Huly®: YJS-533