Maksym Trofimenko

Results 20 comments of Maksym Trofimenko

No, only this one. tag 14 Maybe because we have a few test cases.

`joinOn` with has-one Relation causes `bun: query has no joins` error

As a quick solution, I made for my needs it's changing from `has-one` to `has-many` even if only one relation record is possible. ```go type Cluster struct { Servers []*Server...

@voarsh2 yes, we can use `ReadWriteMany` The easiest way of doing it in GCP is using of Filestore (managed NFS server) Each PVC creates 1TB instance (minimal size allowed) of...

I see they are already using different mount paths

> @tpoxa did you manage to solve this without switching to `ReadWriteMany`? Nope @al-lac, we had to switch to RWX to solve this problem fast.

Update to `2.4.0-beta.1` helped to get rid of the warnings, thanks @leezng

It seems that the driver was never working fine with option `multipartcombinesmallpart:false` during multi-part upload. Pending bytes are never flushed at the end, so the entire push fails with an...

@wy65701436 well, oidc users always have to make an extra click time during sign-in; when this option is on, UI should redirect to the oidc provider directly. That was the...