Charith Ellawala

Results 47 issues of Charith Ellawala

I couldn't find an issue for this so I apologise if you're already aware of this. The "next" and "previous" links at the bottom of the documentation site are broken...

bug
documentation

#2314 The new version is designed to support localisation for validation error messages. That changes the structure of the error and breaks some of the assumptions we've made when working...

kind/enhancement
area/api

Currently, `sqlc` errors out when it encounters the multi-argument version of the `UNNEST` function. This is because the function is not marked as variadic. Instead, the argument type is defined...

This is harmless because in practice the gRPC logger will be set once at server start. The tests are just starting several servers at once and hence the race. We...

area/testing
area/ci
kind/chore

Signing with cosign 3.x is broken at the moment. ``` cosign failed: exit status 1: Error: cannot specify service URLs and use signing config ``` This can probably be fixed...

area/ci
kind/chore

I think the recent E2E failures are due to Minio discontinuing their community builds. We should see if the [free Chainguard images](https://www.chainguard.dev/unchained/secure-and-free-minio-chainguard-containers) can be dropped in place. This might be...

The latest `bitnami/mysql` container fails to run init scripts. It's due to the bootstrap script injecting extra commands before the actual user-supplied script: https://github.com/bitnami/containers/blob/aba3e2fc031f3c5630d6c14ec4c561b0fc6d3cea/bitnami/mysql/9.4/debian-12/rootfs/opt/bitnami/scripts/libmysql.sh#L453 ``` mysql 10:36:37.18 DEBUG ==> Executing...

area/ci