David Thor
David Thor
I'm trying to create a custom formatter that will add a property to the root type definition. Unfortunately I can't find a reliable field on the `BaseType` in `supportsType()` for...
I have a configuration syntax that my users use to configure our platform, and was frequently running into cases where I wanted to conditionally validate a nested object (we frequently...
Hi there, I'm trying to setup a private registry using Auth0 as the token provider, but am running into some issues on what I hope to be the last mile....
Mermaid is an excellent, markdown-powered diagramming tool that allows authors to user journeys, flowcharts, class diagrams, and more directly from their own markdown codeblocks. Gitlab has integrated with mermaid to...
The Mastra agent setup and workflow has an excellent DX from what I can tell. I'm trying it out to rebuild an agent of mine that has rather long output...
### Problem Statement I'd love to be able to use the playground to experiment with my agents, but the agent doesn't seem to handle long tasks with the current (I...
### Describe the Bug I've created an agent that has a couple of tool calls. I'm trying to call the agent's .generate() method with an `output` schema configured indicating that...
### What is the feature you are proposing? The [`validator`](https://github.com/honojs/hono/blob/16a9a949c66bd561e55fffba1580ddc18ef30857/src/validator/validator.ts#L30) function is used by most of the hono middleware packages (e.g. [`@hono/zod-validator`](https://github.com/honojs/middleware/tree/main/packages/zod-validator)) to validate incoming request data, automatically throw errors...