Daniel Dides

Results 4 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)...