Billie Hilton
Billie Hilton
That makes sense. I think what matters is that there should be no delay between when `handleUpgrade` is called and when `setupWSConnection` is called. Because during that time, the client...
> I want to enable the server to sync with the client without loading the Yjs document at all. @dmonad Nice. Lemme know if you'd like to collab on the...
path.posix, path.parse, and parth.format are available in [email protected]
@JacksonKearl That sounds really promising for speeding up git checkout! Have you got a branch I could look at? Off the top of my head, I don't see how you...
Try npm install path-browserify :-)
Aha! Yes, I'm super excited about this. The current blocker is currently File handles cannot be serialized. This means they can't be sent to a Worker thread via `postMessage`. Which...
> One thing that we don't want to do is introduce a dependence on external infrastructure (to generate the magnet link) Certainly! The automagical webtorrentify.now.sh + cors-buster are just fallbacks...
Make creating a .torrent file part of the deployment process, host the torrent file on your website, add `data-webtorrent="latest.win64.torrent"` or something like that to the download link.
I still think this idea is the bees knees. Here's an updated suggestion for how to do it. Since WebTorrent Desktop is hosted directly on Github via their releases mechanism,...
We need to keep the SHAsums though for security, so we can verify the package integrity. The whole point of the lockfile is to make sure you can duplicate *exactly*...