Ingwie Phoenix
Ingwie Phoenix
Hello! Apologies for the very late response. I got swamped with work and after I moved and reinstalled my RISC-V board - VisionFive2 - I gave it another shot since...
@twz123 I am going to try your command next. When running, it immediately says that riscv64 is unknown and it will assume amd64. It also errors out at the same...
Good morning! Writing to you from home today :) Is there any particular reason for this behaviour? I'd have thought a schema is static while migrations are the dynamic part?
I _think_ I found part of my answer: https://github.com/jmoiron/sqlx/blob/41dac167fdad5e3fd81d66cafba0951dc6823a30/reflectx/reflect.go#L342-L443 As far as I understand, any subelements of a struct will have their name in the TypeQueue be separated by a...
Changed the title, after doing some tests: ```go package main import ( "fmt" _ "github.com/IngwiePhoenix/surrealdb-driver" "github.com/jmoiron/sqlx" ) type Book struct { ID string Title string } type Author struct {...
Here's some filtered logs: ```json # kubectl logs -f -n postgres deployment.apps/postgres-operator-postgresql-operator --since=1m | grep zitadel {"level":"info","ts":"2025-08-22T03:18:45Z","msg":"Reconciling PostgresqlUserRole","controller":"postgresqluserrole","controllerKind":"PostgresqlUserRole","controllerGroup":"postgresql.easymile.com","Request.Namespace":"auth-system","Request.Name":"zitadel-db-user"} {"level":"info","ts":"2025-08-22T03:18:45Z","msg":"PostgresqlDatabase not ready, waiting for it","controller":"postgresqluserrole","controllerKind":"PostgresqlUserRole","controllerGroup":"postgresql.easymile.com","Request.Namespace":"auth-system","Request.Name":"zitade-db-user"} {"level":"info","ts":"2025-08-22T03:19:04Z","msg":"Reconciling PostgresqlDatabase","controller":"postgresqldatabase","controllerKind":"PostgresqlDatabase","controllerGroup":"postgresql.easymile.com","Request.Namespace":"auth-system","Request.Name":"zitadel-db"} {"level":"error","ts":"2025-08-22T03:19:14Z","msg":"issue raised in reconcile","controller":"postgresqldatabase","controllerKind":"PostgresqlDatabase","controllerGroup":"postgresql.easymile.com","Request.Namespace":"auth-system","Request.Name":"zitadel-db","error":"context...
It... eventually got generated. Is my Postgres _that_ slow? I see something about a deadline exceeding - probably in a `context.Context`. Can I adjust the timeout there?
I will be honest; I genuenly was so flabbergasted, I had no idea what to pick for the title. Heck, I forgot to switch off of my work account. That...
Would appreciate an english translation a lot! This tool seems extremely useful together with something like Authelia, so it would be greatly appreciated. =)
Would love to see that too! Hopefuly one of the changes fixes some of the odd Windows behaviours... :)