Thomas Eizinger

Results 1888 comments of Thomas Eizinger

Another idea would be to use the recently released "Attached files" functionality of SN to "Download" the presentation, i.e. downloading it compiles the entire thing and attaches it as a...

Yes! Extension crates are very much in scope / something we want to encourage. The latest release focused on minimal building blocks that can be built on top of. Would...

> @thomaseizinger, I'm getting the following error when running the tests: > > ``` > nim-v1_1_x_nim-v1_1__tcp_-dialer-1 | TRC 2023-11-06 16:37:00.372+00:00 got message topics="libp2p yamux" tid=30 h="{Data, {Syn}, streamId: 4, length:...

It is here: https://github.com/libp2p/rust-yamux We run this in the interop tests so I am quite surprised there would be an issue here.

> Sorry, it was an issue with our relayv2 and yamux interaction, it has been fixed now. Cool! So the tests are already pulling its weight by finding bugs, nice...

The underlying TCP connections to the relay are both outbound from the client's perspective. Both of them dial the relay, right? For the relayed connections _between_ the two clients, the...

> I was talking about the new TCP connection created during dcutr. It doesn't use the relay connection, does it? Ah yes, correct! The [spec](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md) says that `A` acts as...

> I believe the Rust dialer (`A`) implemented it correctly, but the Nim listener (`B`) is incorrectly thinking it is outbound as well. That could be it! In Rust we...

> Does `interop-tests` cover the scope of planned future tests too? And if we're already testing stuff like expected RTT, maybe it should be `e2e-tests` Good point, I am okay...