Karan Sharma

Results 79 comments of Karan Sharma

@mdehollander Thanks for the links. Let me explore the options and get back.

@mdehollander So, I looked at bunch of things you'd mentioned + some other projects. Doing this as part of `Goreleaser` is not possible if we need to bundle PG as...

+1 I'm of the same opinion. I believe the user can just do `sudo snap install postgres` (or even `apt-get` install is trivial enough to run a Postgres instance). If...

Migrations are gonna be tricky with any kind of auto updates, not just `snap`. The same issue currently exists if someone uses `listmonk:latest` docker image and does a `docker-compose up...

> Make tests work in the Cypress docker enivornment. Ah, a bit confused. Why's this required? If it's only for running tests in CI, this step isn't required. We could...

Yeah, I did take a look at it [last week](https://github.com/mr-karan/listmonk/runs/2305924021?check_suite_focus=true). Postgres service and Listmonk binary both run, but Cypress isn't able to connect to the app: ![image](https://user-images.githubusercontent.com/5689132/114896326-df2e4300-9e2d-11eb-8567-05b2df2d0b14.png) I used https://github.com/cypress-io/github-action...

We can probably use https://github.com/VictoriaMetrics/metrics which supports creating metrics on the fly. I believe what you want to use is creating a [`NewSet`](https://github.com/VictoriaMetrics/metrics/blob/master/set.go#L24). It's also a nicer, less dependency alternative...

> but instead the ability to modify metrics after being created To demonstrate with an example: `metric_label_a{val="ok"} 1` You want this to be modified to something else after the reload,...

`snap` needs classic support to use root permissions. It's unsupported as of now, please use an alternative way to install

You can download the binary and get this working: https://github.com/mr-karan/doggo/releases/tag/v0.5.3 Which architecture are you on?