Bastian Eicher
Bastian Eicher
# Feature Request The [OpenMetrics](https://github.com/OpenObservability/OpenMetrics) specification extends the Prometheus format with - among other things - support for [exemplars](https://grafana.com/docs/grafana/latest/basics/exemplars/). All recent versions of Prometheus support this out of the box...
# Feature Request Oftentimes the same things I would like trace spans for (e.g., database requests) are the things I would also like counters and/or duration histograms for. To keep...
Detect non-interactive console via Console.IsInputRedirected instead of Environment.UserInteractive
`Environment.UserInteractive` is `false` for SSH sessions on Windows, even though they are interactive. Detecting non-interactive sessions via redirected stdin instead seems more robust.
[`google.api.field_behavior`](https://github.com/googleapis/googleapis/blob/master/google/api/field_behavior.proto) provides a nice way to mark fields in Protobuf messages as optional or required. For example: ```protobuf string name = 1 [(google.api.field_behavior) = OPTIONAL]; Message message = 2 [(google.api.field_behavior)...
SharpZipLib currently supports reading timestamps from the "Extended Timestamp Extra Field" (`0x5455`). This PR adds support for the older (but still often seen in new `.zip` files) "Info-ZIP Unix Extra...
The Windows version of Zero Install automatically sets the following environment variables for programs it launches: - `ZEROINSTALL` = the absolute path of the `0install` executable (whitespace escaped, so it...
When using 0install in CI builds scripts sometimes need to do stuff like this to avoid interactive "do you trust this key" prompts: ```shell cat > ~/.config/0install.net/injector/trustdb.xml
Download of feeds from HTTPS URLs fails on Windows with: SSL certificate problem: unable to get local issuer certificate Is it possible to tell the OCaml cURL library to use...
## Background Windows file systems such as NTFS do not store executable bits and do not allow non-Administators to create symlinks. The [C# version of Zero Install](/0install/0install-win/) handles this by...