Aditya Thebe
Aditya Thebe
Getting the same error as well on [bspwm](https://github.com/baskerville/bspwm).
Thanks ! That first line was what I needed.
Thank you. I'm really loving your book !!
Having the same issue
> ``` > test: > expr: error == null && status.code > 399 > ``` If we don't run expression when the check errors out, do we need the `error...
> How are you using shoutrrr? As a library or in another software? As a library > That sounds like a TLS problem. What e-mail provider are you using? Also,...
Yea, it was slightly confusing. The smtp service with my credentials works with `go get -u github.com/containrrr/shoutrrr v0.8.0` I wanted to make changes to the source code to fix the...
To avoid excessive escaping on the templates we might want to simply turn off templating on some fields. Example: we could do it via annotations ```yaml apiVersion: canaries.flanksource.com/v1 kind: Canary...
# Edit I've solved the issue by making the postgres user as the super user as pointed out in [this comment](https://github.com/immich-app/immich/issues/10984#issuecomment-2218413372). Once the migration ran, I removed the superuser privilege...
> Ensure failed db calls result in an invalid and not failed metric @moshloop Is that invalid though? I think we should consider invalid if the spec is incorrect. We...