Thomas Eizinger

Results 368 issues of Thomas Eizinger

With https://github.com/libp2p/universal-connectivity/pull/91, we are continuously deploying the Rust peer to fly.io. That is great except that at the moment, the identity and the WebRTC certhashes change with every deployment. We...

Now that we have https://github.com/libp2p/rust-libp2p/pull/4248, it would be cool to add a WASM equivalent of the frontend that uses it! Note: This isn't release yet so we'd have to work...

I just discovered this but I am struggling to get things fully to work when using it as an actual _editor_ in Standard Notes. The download button does nothing which...

SN recently released a feature for attaching files to a note. It would be nice to have support for embedding an image that is an attached file to a note.

Whilst working on the interop-tests and taking a closer look at our container caching in general, I had the following thoughts: The current caching mechanism introduces a fair bit of...

With https://github.com/libp2p/test-plans/pull/308 merged, we now need to transition all implementation repositories to use the new action before we can remove the old one. I am opening this issue to track...

Suggestion to change `test-plans` to `interop-tests` everywhere. I think it is more expressive in what these tests are testing.

What do people think about adding IPv6 to the test matrix?

Due to the number of moving parts, e2e tests tend to be a bit flakier than unit tests. We have one test in particular (Rust WebRTC) that fails every now...

Whilst thinking more about https://github.com/libp2p/rust-libp2p/issues/3130 and the PoC I made in https://github.com/thomaseizinger/rust-async-response-stream, I realized that this could actually be part of `asynchronous-codec`. It could be implemented on top but it...