Daniel Dides

Results 6 comments of Daniel Dides

I'm not sure if it matters but that is the [old discord logo](https://support.discord.com/hc/en-us/articles/1500009438682-A-Fresh-New-Look-to-Celebrate-Our-6th-Birthday) in the screenshot.

@jdorfman It looks like it's failing a check in buildkite > Checked 2 files and found SVG optimizations. Please run 'yarn optimize-svg-assets ui/assets/img' and commit the result.

@Quezion I haven't fixed the error reporting but I did implement a "workaround" in this pr: https://github.com/asdf-community/asdf-kubectl/pull/20

The value of `INFLUXDB_DB` is just passed off to this exec command: `INFLUX_CMD="influx -host 127.0.0.1 -port $INFLUXDB_INIT_PORT -execute "` with the value of `CREATE_DB_QUERY="CREATE DATABASE $INFLUXDB_DB"`, so a quick (hacky)...

In case anyone else googles this error from the uv output and stumbles into this issue, the solve is to install postgres which includse the `pg_config` binary. The log output...

Helm v4 has released https://github.com/helm/helm/pull/31488