Thomas Eizinger

Results 1888 comments of Thomas Eizinger

What I ended up doing is: - Use `socket2` to create the raw socket - Use `tokio`'s `AsyncFd` to make it non-blocking - Use `libpnet_packet` to parse the incoming messages...

rustls being stuck on 0.19 means `webrtc-rs` is now vulnerable to https://rustsec.org/advisories/RUSTSEC-2023-0052. See: ``` ❯ cargo tree -i -p [email protected] webpki v0.21.4 ├── rustls v0.19.1 │ ├── webrtc v0.8.0 │...

I am running into the same issue and tried to use `--all-targets` but that didn't really help at all. I've contemplated to just invoke `cargo chef cook` multiple times, one...

I've started building a tool that I called [`semverlog`](https://github.com/thomaseizinger/semverlog). The idea is to eventually have one-click style releases. `semverlog` has a `compute-bump-level` command which will look for a `.changes` directory...

> I can't fully articulate why but that handshake doesn't feel quite right to me. Do you see any possible integration that would compute the bump level dynamically?

> Something I've been considering lately is how changelogs are a source of merge conflicts. I've been considering moving away from "upcoming" being in a single file. I've seen some...

> I'm hesitant to adopt a format without it first having wide adoption or enough promise for wide adoption as I could end up pulling support for it later. In...

Cross-referencing a discussion: https://github.com/multiformats/rust-multihash/pull/272#discussion_r1144660037

> > * Not add any new public API items. > > I think that API comes from my request, when I said there needs to be a proper replacement...

There is https://github.com/multiformats/rust-multihash/pull/289 now which is up-to-date with latest master.