Michiel De Backker
Michiel De Backker
Add JS equivalent of libp2p-echo example to show off compatibility.
Test integration with the JavaScript counterpart of this library: [libp2p/js-libp2p-webrtc-direct](https://github.com/libp2p/js-libp2p-webrtc-direct). Update: There are now integration examples under the [examples ](https://github.com/backkem/go-libp2p-webrtc-direct/tree/master/examples) directory. TODO: - [ ] Automate integration testing.
There are a number of open PRs regarding outdated Rust dependencies. Is the project open to having the dependencies updated as they come out? Dependabot could be setup to help...
It seems worth considering the work of the [Media Over QUIC WG](https://datatracker.ietf.org/group/moq/about/), specifically the [Media over QUIC Transport](https://datatracker.ietf.org/doc/draft-ietf-moq-transport/).
I was reading the Matter spec an it occurred to me how similar some of the protocol is to OSP. Matter also does mDNS discovery and secure channel using PAKE...
I opened this ticket to continue the exploration of splitting the OSP protocol up into parts: a Connection spec and a Messaging spec. **OSP Connection (OSP-C)** The connection spec would...
I was wondering: does the `datafusion_remote_tables` filter push-down not support sorting? It seems that using filters and limits in the absence of a sort order could lead to un-expected results....
Main problem is that this is racy: ``` select { case bu.stopCh
It seems there is a new window of opportunity for making WebRTC work from the service worker, see webtorrent/community#11. Are you guys interested in/tracking/weighing in on this discussion?
The current Chromium implementation [requires a friendly name](https://chromium.googlesource.com/openscreen/+/refs/heads/main/cast/common/public/receiver_info.cc#184) as represented by a "fn" mDNS txt record. I wanted to confirm if: 1. Is this a remnant from google cast and...