Thomas B

Results 125 issues of Thomas B

0.34.0-rc4 doesn't compile with a version lower than this due to the absence of `impl From for Vec`. The way to ensure this does not happen anymore is to have...

In "Detrimental characters", "Panicky - Discards again if there are 4 clues or less" seems to say that as long as there are 4 clues or less, you discard (because...

It would be super useful to have derives for metrics storages, like was done for the `prometheus` crate (essentially porting https://crates.io/crates/prometheus-metric-storage). ```rust #[derive(prometheus_metric_storage::MetricStorage)] #[metric(subsystem = "transport", labels("endpoint"))] struct Metrics {...

I've got a 20k lines `Cargo.lock` and it takes ~1m to generate the corresponding `Cargo.nix`. For something that's supposed to be re-generated every time the `Cargo.lock` is touched that's unacceptably...

### Issue Let's say I have a Prometheus server running, secured with TLS with a custom CA (that of my whole cluster). Using the documentation at https://prometheus.io/docs/prometheus/latest/configuration/https/ I can specify...

https://github.com/smol-rs/async-channel/blob/a0ba218942788fd521766c65b23a691f5403d71c/src/lib.rs#L204-L208 It's unclear to me why all streams are woken up instead of a single one when sending a message. (That is, why don't streams and recv behave in the...

It can, because it contains a `Metadata` and `Metadata` implements `Clone`. It is useful if needing to clone a base metadata then adding a different set of extra metadata.

https://github.com/fluidattacks/makes/blob/965820b0039a4320ca5e6cb518042612a43b4346/src/args/make-container-image/default.nix#L10-L26 `contents` is a set of derivations that have to somehow be put in the final image, but it is not specified that every such content should be a layer....

help wanted
difficulty::low

I'm considering using this project. IIUC, I currently have two ways to generate an "output" for the CLI: 1. use a `builtin`, and that will generate an arbirary number of...