Arik Grahl

Results 7 comments of Arik Grahl

I can confirm that the problem seems to exist since the integration of parquet, so since version 0.7.0. ``` go install github.com/cube2222/[email protected] go: downloading github.com/cube2222/octosql v0.7.0 go: github.com/cube2222/[email protected] (in github.com/cube2222/[email protected]):...

To put it simplifiedly, a `git clone`/`go install` is what the [`buildGoModule`](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/go-modules/generic/default.nix) does, but in a reproducible and declarative way. Nevertheless, this suggestion put me on the right track, for...

Thank you for the advice, I am aware of `patchelf`. Nothing against providing pre-built binaries in general, but relying on them is for me unacceptable as I cannot audit the...

> I will soon contribute my expression to [nixpkgs](https://github.com/nixOS/nixpkgs). Once it is included it will be built as part of the Nix CI/CD infrastructure and a binary cache will be...

@seanmalloy, any update on this?

Generally speaking, this approach makes sense. I could try submitting a repackaging of the resources as a mixin in the [repository](https://github.com/cloudnative-pg/grafana-dashboards), which is where the dashboards and alerts originate. However,...

@Dasomeone, thanks for checking in and for all the feedback! Unfortunately, I haven’t had the bandwidth to push this upstream so far, but I’d definitely still like the contribution to...