Andrew
Andrew
I have a branch, `release/0.1.1`, from which I'm trying to run `release with-defaults`. I run the following before doing so, so that it doesn't complain about a remote tracking branch:...
Consider the following console session, with ScalaCheck 1.12.1: ``` scala scala> import org.scalacheck.Gen import org.scalacheck.Gen scala> import org.scalacheck.Arbitrary._ import org.scalacheck.Arbitrary._ scala> val genInts = Gen.nonEmptyListOf(arbitrary[Int]) genInts: org.scalacheck.Gen[List[Int]] = org.scalacheck.Gen$$anon$2@393c86dd scala>...
**Describe the bug** The `weave-gitops` codebase makes [a couple references](https://github.com/weaveworks/weave-gitops/search?q=%22https%3A%2F%2Fgithub.com%2Fhelm%2Fcharts%22) to the [helm/charts](https://github.com/helm/charts) repository. This repository is deprecated. The canonical source for Helm charts is the [Artifact Hub](https://artifacthub.io/). I would...
It seems quite odd that the "Source code" releases of `livetail-cli` are just archives containing the `README.md`, instead of actual application source. Please consider publishing application source, or instead removing...
It would be great to get SHA512 signatures or similar published alongside binary releases. Seems an easy add, easy improvement. Current v2.0 sums appear to be: ``` $ shasum -a...