Results 270 comments of João Oliveira

Hi, have you seen the [`Filter` to `Service` conversion](https://docs.rs/warp/0.3.2/warp/fn.service.html)? with that you can then re-create your own `run_incoming` and `serve_incoming`, see also the [Hyper Rustls server example](https://github.com/rustls/hyper-rustls/blob/main/examples/server.rs).

> `cargo` doesn't seem to be too happy about the version bumps. I can recommend running `cargo check --all-targets --all-features --workspace` locally to see if everything is alright :) right,...

> This looks good to me. Thanks @jxs for the help. > > Would you mind resolving the merge conflicts? Otherwise this is ready to merge from my side. done,...

Pulled from latest master, and fixed the remaining `intradoc` link problems. CI is finally green, ptal again :)

> > > Related to this: What do you think about renaming `NetworkBehaviour::inject_event` -> `::inject_handler_msg` > > > > > > With #2867 `NetworkBehaviour::inject_event` would move to `NetworkBehaviour::on_event` via `InEvent::ConnectionHandler`....

> > * [paritytech/polkadot](https://github.com/paritytech/polkadot) (couldn't find direct usages of rust-libp2p on the code) > > Polkadot uses libp2p transitively through substrate but polkadot is probably the more known project. Not...

Hi, looking at it I cannot recall the reasoning for not making it public. So I'd say we can make it public? Do you want to submit a PR unsealing...

Hi, can you provide the output of the error? Thanks

sorry, I don't have a windows machine near. Would you be able to debug what value is then being parsed as the port?

no worries, are you running `refinery` via `refinery_cli`? If not [`Config` impls `Debug`](https://github.com/rust-db/refinery/blob/main/refinery_core/src/config.rs#L12) so you can `dbg!()` before passing it to `Runner::run`.