Thomas Eizinger

Results 1888 comments of Thomas Eizinger

> > I am not convinced that this change is actually an improvement though. What if, instead of failing, we just accept this syntax? I am almost certain that the...

> > I am typing this from memory and I also don't know if that is the actual best-practise but I think if you ditch `parse_meta` and implement [`Parse`](https://docs.rs/syn/1.0.95/syn/parse/trait.Parse.html) yourself,...

NFC would be pretty cool! Combined with libp2p compiled to WASM, I guess you could then somehow pair two mobile phones via NFC and use bluetooth as the transport?

> > Should all workspace dependencies express a version number? We currently sometimes include and sometimes we don't. > > Oh, are we inconsistent here? I thought we have version...

Thanks for commenting! I did think about this problem actually but perhaps the trade-offs play out differently then what I thought they would. The problem I see with a single...

When discussing the integration of the new interface in quic, @elenaf9 mentioned that one theoretical issue that we currently have is that one of the `poll` functions MUST be polled...

> When discussing the integration of the new interface in quic, @elenaf9 mentioned that one theoretical issue that we currently have is that one of the `poll` functions MUST be...

We could at least try to close it and ignore any `io::Error` returned from `poll_close`. We may have to be careful though as this may trigger panics in the form...

I am closing this as completed :partying_face:

> @thomaseizinger , this issue with regards to cryptography isn't major and using ed25519 for edwards key will be a good replacement if any such cryptographic methods are used! I...