duckboy81
duckboy81
Ref #329 To be honest this could lend itself to its own `Uv` specific example file, but here's something that could work regardless of driver used. Again, downside is that...
In order to not waste resources on suppressing an `E_WARNING` and to accommodate debuggers that may ignore the suppression, we can use `stream_select` to check to see if there is...
Changes: Commented out the algorithm requirement in the jwt decoding function More: `RS256` is unintentionally hardcoded into the jwt decoding function. Keycloak allows for many other signing algorithms and the...
### What version of `drizzle-orm` are you using? v0.20.18 ### What version of `drizzle-kit` are you using? v0.30.10 ### Describe the Bug Smallest of issues: During introspection, the resultant `schema.ts`...
## Title Adding multiple public keys test ## Relevant issues None ## Type ✅ Test ## Changes Added a multiple public key testing function ## Testing **\*\*\* No testing accomplished...
Fixed public key list retrieval. ## Title Fixed JWT public key finding code. Updated test code to properly test this. ## Relevant issues None ## Type 🐛 Bug Fix ##...
### Before reporting an issue - [X] I have searched existing issues - [X] I have reproduced the issue with the [latest nightly release](https://github.com/keycloak/keycloak/releases/tag/nightly) ### Area authentication ### Describe the...
## Issue When editing an application, the form's save button will never be enabled due to missing unseen required items. ## Details The `imageValidationSchema` function in `validation-schema.ts` requires the `selected`...
**Issue**: Materialized Views are ignored when using `--views` ~**Solution**: Could either add another option flag `--materializedViews` OR update the existing `showViewsQuery` for `postgres`:~ https://github.com/sequelize/sequelize-auto/blob/8a8eb9d384851e5949ec19079300a2ebc33c2107/src/dialects/postgres.ts#L114 ~Possible inject:~ ```ts return `SELECT table_name,...