M41den
M41den
Can confirm. same issue occurs with following code ```ts // For table firstTable where: exists( db.select({id: secondTable.id}).from(secondTable).where(eq(secondTable.refId, firstTable.id)) ) ``` produces `exists (select "id" from "secondTable" where "secondTable"."ref_id" = "table1"."id")`...
@coderabbitai review
> Thanks for your contribution great work so far ! I think we should enforce [labels restrictions](https://docs.docker.com/engine/manage-resources/labels/#key-format-recommendations) to make sure you don't brick the server. Should we create a separate...
I'll post regex here while I read docs for laravel validator ``` ^(?!(?:com\.docker\.|io\.docker\.|org\.dockerproject\.))(?=.*[a-z]$)[a-z](?:[a-z0-9]|(?
I actually found out docker allows weird stuff like here: https://regex101.com/r/FiYrwo/2
Just spotted an additional issue with search in admin panel ``` SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'name' in WHERE is ambiguous (Connection: mariadb, SQL: select count(*) as aggregate from...
Btw I'll investigate bug with admin area search, but not Livewire lol (i have no idea how it works or hydrates page)
@Boy132 would this fix the issue with admin panel? I just don't know how column names are used in templates ```patch Subject: [PATCH] Would this fix the issue? --- Index:...
UPD: PP_OCRv5_mobile doesn't have such issue
For those who followed all the steps and still get an error, make sure your claim contains `"email_verified": true`, mine OIDC provider had `"email_verified": false` by default (Authentik)