Marcel Overdijk

Results 207 comments of Marcel Overdijk

I wonder the same. I'm using a layout which contains the `` . @danielrosehill did you find a solution, or how did you implemented this?

Does anyone know if there is a workaround for this? I have the same issue for SQLite, which could be solved using: `SELECT name FROM table_name ORDER BY name COLLATE...

@MathurAditya724 what is the status for `DurableObject` support? I think that seems the better approach to implement rate limiting on Cloudflare Workers.

ok so the implementation on KV works now as expected?

So just to elaborate, I want to setup the schema so this is generated into the openapi spec file: ``` "components": { "schemas": { "CircuitType": { "type": "string", "enum": [...

Interesting and thx for your feedback. In my case it overwrites the description and add the `example` to the `CircuitType` schema definition *and* for the `type` field in the `Circuit`...

I'm also facing another (blocking) issue now (https://github.com/asteasolutions/zod-to-openapi/issues/234) so I will create a minimal reproducible project that I can share which will showcase both issues.

PS: if it's considered to remove the spaces, I can create a PR.

If decided that spaces can be removed, here is the PR: https://github.com/honojs/hono/pull/3334

Note I'm now doing this: https://github.com/pinojs/pino/issues/1969#issuecomment-2311788254 But above questions are still relevant.