Tshepang Mbambo
Tshepang Mbambo
I could not find other example blocks where this change would be applicable @KodrAus
Hm, why the move to Zola? I suppose there's a discussion someplace.
Alright, wasn't aware that the blog used something bespoke. Is it the plan to replace the whole site (with zola), or just the blog?
hm, is this forgotten
Looks tiny... let me fix that.
Am controlling how a transitive dep is built, and that makes it look like I depend directly on it. Would be better if there was a cargo feature (in crypto-hash)...
I prefer... ``` sd old new $(fd) ```
I think this sort of project is outside scope of Rust core... should be a community project.
> Ideally it'd just require `RUSTFLAGS=--cfg reqwest_unstable_h3` and we write `cfg(reqwest_unstable_h3)` internally. Instead of leaving it behind feature flag, I'd say do a beta version and call for testing, and...
> * But we can't publish a version to crates.io that has a git dependency on `h3`. > > * Is there a way around this? > > * Can...