Henrik Klee
Henrik Klee
(Reimplementation of #12681) ## What does this PR do? Fix some typing issues in apps/swagger that cause Railway build to fail. Should also fix #10023 ## Notes - Renamed snippets.ts...
## What does this PR do? - Defaults to `CALENDSO_ENCRYPTION_KEY` for *encrypting* new secrets. Encoding is automatically inferred based on key length - Adds a new `CALENDSO_OLD_ENCRYPTION_KEY` environment variable to...
… on icon hover
### What version of Hono are you using? 4.2.5 ### What runtime/platform is your app running on? Wrangler ### What steps can reproduce the bug? Using path parameters (e. g....
To benefit from Row Level Security policies I am using a different user than the "default" user to connect to the database. It would be great to select this user...
### Prerequisites - [X] I have searched the repository’s issues and [Kinde community](https://thekindecommunity.slack.com/archives/C04K316BXEH) to ensure my issue isn’t a duplicate - [X] I have checked the latest version of the...
### Describe what you want Drizzle ORM supports `SELECT` queries in CTEs (`WITH` clauses). From the docs: ```ts const sq = db.$with('sq').as(db.select().from(users).where(eq(users.id, 42))); const result = await db.with(sq).select().from(sq); ``` Currently,...
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell System: OS: macOS 14.6.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 68.69 MB / 16.00 GB...
### Describe the bug and the expected behavior I am biting my teeth out with this. Looking for a way to add validation errors manually like `fields.email.errors.push("Invalid email")` Also tried...
### What version of Hono are you using? 4.2.5 ### What runtime/platform is your app running on? Wrangler ### What steps can reproduce the bug? Using path parameters (e. g....