Miller

Results 7 comments of Miller

The standalone `docker-compose` application is being deprecated in favor of the Compose plugin (used by `docker compose`). This error can happen when `docker-compose` is not installed but `docker compose` is...

Here's an easy workaround that I just tested w/Polar: ``` echo 'docker compose --compatibility "$@"' > /tmp/docker-compose chmod +x /tmp/docker-compose sudo mv /tmp/docker-compose /usr/local/bin/ ```

It would be great if releases were all tagged. Even better if they were indicated on the release page, because that makes it easy to get notifications. I looked around...

Hi @Choogster1, I encountered the same error when trying to install `release-0.7` on k8s `v1.19`, which lead me to: - kubernetes-sigs/structured-merge-diff/issues/130 Based on that issue, I tried removing `--server-side` and...

Keep in mind that standalone `docker-compose` is deprecated. It's been replaced by the `compose` subcommand. https://docs.docker.com/compose/cli-command-compatibility/ It appears the standalone binary is [still being released](https://github.com/docker/compose/releases), but ideally new development should...

Hey @dimitarvdimitrov thanks for the review! It's rebased and changelog is updated.

I started implementing this [here](https://github.com/thinkmassive/lndmon/tree/grafana-mixins/grafana/lndmon-mixin). Currently it uses each existing sample dashboard as a json blob, so the next step is to start parameterizing the dashboards. Now I'm wondering where...