Bittrance
Bittrance
This is a rebase of #106 as I found myself in need of this feature. All kudos goes to @neunenak. I've not tested musl cross-compilation. Fixes #119 .
Support alerting against a linear projection into the future of the time series retrieved from Graphite. E.g. `--projection 30min` means that a future value will be calculated using linear regression...
## Expected Behavior I'm trying out Backstage by running the container image built by the [deploy Docker image pipeline](https://github.com/backstage/backstage/blob/master/.github/workflows/deploy_docker-image.yml). Since the techdocs plugin is included and visible in the UI...
**Describe the bug** The [Cloud Auto-join page](https://dkron.io/usage/cloud-auto-join/) for Kubernetes suggests `dkron agent --retry-join "provider=k8s label_selector=\"app=dkron,component=server\""`. However, this command results in cli args parse error message `invalid argument "provider=k8s label_selector=\"app=dkron,component=server\"" for...
This PR changes the API of `gix_config::File` to use a trait (gix_config::Key) as key when requesting or setting configuration. This will allow `gix` to use its tree of structured and...
### Current behavior 😯 After #1093 I tried to integrate this new feature into my gitops tool, but concluded that when depending on Gitoxide as a library dependency, the config...
### Current behavior 😯 It seems that Azure Devops (at least over SSH) has some form of pagination when reading packs. Given the code below, fetching a trivial repo (one...
It is harder than it needs to be to handle query results where you do not know or do not care about the data types of returned values. I first...
Fixes ReactiveX/RxRuby#107.
`status` blocks a PR because reconciliation in the previous environment fails when the app container was gorp: you commit a fix to the app repo and the promote branch is...