Justin Karneges
Justin Karneges
After stewing on this a bit, I'm thinking it may be better to bootstrap this endeavor by simply adding an `Any` field to `Context`. There are a few reasons: *...
Good catch. Updated.
One hiccup: `Any` impls cannot contain non-static references. This is unfortunate if the goal is for it to hold a struct of dyn references. Since accessing `ext` requires exclusively borrowing...
Perhaps the implementer of the extension could control this by requiring all accesses to go through accessor methods, and having those accessors limit any returned lifetimes to that of self....
Speaking of builders, the ability to build off of an existing `Context` would be useful for the [context reactor hook](https://jblog.andbit.net/2022/12/28/context-reactor-hook/) concept, whereby the executor should be able to make an...
Just adding my vote for offline support. Hit this yesterday while on the train. I really like how the Rust docs are readable locally and often read them that way,...
Some distro numbers: * Oldest Ubuntu LTS: [1.70](https://packages.ubuntu.com/focal/rustc) * Debian stable: [1.63](https://packages.debian.org/stable/rust/rustc)
Thanks for the report. Will look into this and report back. Regarding zurl: is it possible you didn't have zurl installed? It's deprecated, but it should have worked if you...
1.39.0 docker image was posted. It includes a memory leak fix, which was hopefully this.
Hi, Fastly dev here. I'm not aware of any cloud Pushpin other than Fanout. However, I'm told that the company is working on making the billing more developer-friendly, and that...