Steven Fackler
Steven Fackler
Some language in the rustdoc comments was adapted from the contents of Apple's header files.
@ralfbiedert that's the current behavior via the `[package] publish = false` setting.
Yeah it just needs to call shutdown on the underlying IO object, which will handle the SSL shutdown protocol.
I believe we'd still be interested in it being part of the standard library, but we'd like the API to be hashed out in a third party crate first.
Nope, it's just an oversight I think. Feel free to make a PR, or I can add it in later today otherwise!
The Alpine images are significantly more minimal than the standard Debian images - the `slim` Debian images are a better reference. libc-dev is only required when building C code as...
We don't currently do this on the assumption that the Docker Hub will not be happy with us creating a new ~250MB image every day. If there's no problem there...
Where do 1200 tags come from for node? I'm not seeing that many, and of the ones that are there, many refer to the same image (e.g. wheezy, 9-wheezy, 9.6-wheezy,...
Do the Repositories explicitly need a `PooledConnection` or can they just work with a `&mut Client`? Changing the type of `PooledConnection` would need to happen on r2d2, not r2d2-postgres. You...
It looks like the newest cctools version supports re-signing the binary but needs codedirectory support to be enabled which doesn't seem to be the case right now: https://github.com/tpoechtrager/cctools-port/blob/1009.2-ld64-907/cctools/misc/install_name_tool.c#L337-L347