Yiannis Marangos

Results 81 comments of Yiannis Marangos

Any reason on why you want a range instead of just 0.61?

Cargo allow using of multiple semver-incompatible crates at the same time. So a user that uses 0.53 can still use a crate with 0.61. Try this: ```toml [dependencies] named-lock =...

Just posted a comment regarding persistent peer ID: https://github.com/eigerco/lumina/issues/116#issuecomment-2943636978 Any comments/ideas are welcome.

hey. sorry i have been busy. i will try this week

I don't remember if I had a reason on ignoring `blksize 0`, but I'm sure if I had I would comment some details there. So, feel free to change the...

[websocket-websys](https://github.com/libp2p/rust-libp2p/blob/8ceadaac5aec4b462463ef4082d6af577a3158b1/transports/websocket-websys/src/lib.rs#L134) needs this change too.

@DougAnderson444 As described in #5601, this PR removes an incorrect handling of `/dnsaddr`. #5531 is the only way forward which needs to implement resolution of only `/dnsaddr` multiaddresses through a...

Some questions: 1. `CowStr` can also be used in any place of `tendermint-rs` that uses `String::deserialize` etc. Should I change all of them? 2. Do you like `CowStr` or should...

@melekes Hey, sorry, I completely forgot about this PR. Thanks for pinging. I added the changelog, I hope it's how you want it.