Kai Ren

Results 254 comments of Kai Ren

For those who needs this there is a mirror repo https://hub.docker.com/r/instrumentisto/rust With a bit of `hook/post_push` magic it mirrors images of this repo and preserves every nightly version as `nightly-2019-08-12`.

@jorgecarleitao consider [`instrumentisto/rust` image](https://hub.docker.com/r/instrumentisto/rust), it has [all the nightly versions preserved](https://hub.docker.com/r/instrumentisto/rust/tags), and it's nothing but [just a direct retaging of these official images](https://github.com/instrumentisto/rust-docker-image/blob/5a7de506e39bd8ce6ccda3d55830d333d764b874/nightly/buster/hooks/post_push#L26-L27). We're using them for quite a long...

Have the same issue with `png` crate being pinpoint to `=0.17.6` in `resvg` crate. I did pinpoint `png` to exactly the same version in my crate, but `cargo-outdated` doesn't consider...

Seems to be the same as https://github.com/kbknapp/cargo-outdated/issues/315

@LegNeato after investigating it closely, the rabbit hole seems to be way deeper that I thought it would be. There are quite a lot of nuisances and details to be...

There is the [mirrored `instrumentisto/rust` images](https://hub.docker.com/r/instrumentisto/rust) preserving the date for nightly. Previous issue: https://github.com/rust-lang/docker-rust-nightly/issues/3

@gianrubio, thank you for contribution! Not sure about `device=~\"^/dev/(sd|hd|xvd).*$\"`, as it will allow other partitions (different from 9) to be included. I decided to use `/dev/[sf]da9` strictly because of [CoreOS...

> What do you think to use /dev/([sf]|xv)da9 ? @gianrubio 👍👍👍

@gianrubio I've dived into it a bit closely and found some problems: 1. Unlike Node templating, the `namespace` label is not present on every metric. Actually, it is present only...