Results 90 issues of Luca Bruno

It looks like some users are having troubles bringing custom firmware blobs to their nodes, mostly because the default location under `/usr/lib/firmware` is read-only. The proper way to do that...

We currently don't have any documentation on how to prepare, customize and first-boot FCOS on the `vmware` platform. We can start by porting over the docs from Container Linux at...

This came up once (implicitly) in https://github.com/coreos/zincati/issues/407 and once again recently in a private chat with @kelvinfan001. It is still not very clear how Zincati metrics should be consumed, i.e....

Currently, the only way to revert the effects of a `switch_user_group` is to drop the returned `SwitchUserGuard`. However, `Drop` is not allowed to fail, so any internal failure directly translates...

help wanted

This adds a new `tag_create` method, using `dolt tag` CLI verb for tag creation.

Context: I'm currently trying to instrument library and application logic in an ergonomic way, see https://github.com/pingcap/rust-prometheus/issues/228 for an example. I think there may be some benefits in splitting out `Collector`...

This updates the metadata for `cargo-release` and the release instructions, in order to work with latest binary. Notably: * tags now have a `v` prefix-separator by default (see https://github.com/sunng87/cargo-release/issues/156) *...

This is a followup to https://github.com/camallo/dkregistry-rs/pull/82#issuecomment-453737148. Current docker-registry specification and implementation have some quirks related to content-type headers, returning charset parameters even for media-types that don't allow any. As a...

This adds the repository URL to the Cargo manifest of `primitive-types`, so that the crate published on crates.io can be automatically linked back to the source repository.

This tweaks the `repository` fields in Cargo metadata in order to use the correct (i.e. git clonable) URL. The existing GitHub webUI URLs for each package have been retained and...