Michael Toomim
Michael Toomim
Yeah, one way of seeing my use-case for multi is to "have a separate icon in my dock for a website." In a sense, this is what an electron app...
I just did a little searching, and found this similar project for the paradigm of "creating a new app icon for a browser" rather than multi's "creating an app that...
Neil Fraser's library is using the [Myers diff algorithm](http://www.xmailserver.org/diff2.pdf), which has running time O(N*D) (where D is the size of the difference), rather than O(N^2) like the traditional dynamic programming...
I just ran across this old thread. Perhaps the following library is relevant now? https://www.npmjs.com/package/express-ws
Thanks Duane! That text in section 3.1 looks misleading to me, and I think we should clarify it. It implies that the client controls how long the subscription will stay...
Consensus: - Specify that subscriptions can always be cleaned up after a connection is lost - Specify that the header to subscribe is `Subscribe: true`. In the future, it's possible...
They should only be cached *if* the proxy understands the Braid protocol. Imagine a braid-aware client requests a HTML page, and the request goes through a CDN that doesn't support...
Also, as for ETags, they unfortunately *do not* == Version, because they depend on Content-Encoding, not just the response body. In other words, if the network channel gzips the response...
> content-type of the patch and non-patch is different Actually, in the current spec—as in range requests—the Content-Type remains intact when you switch to a patch or a Range Response....
I'm not sure what you mean by this: > Hm, I would love to understand why you would prefer this. I mean, in my view : > > - I...