Results 11 issues of Kal

Python is obviously the ecosystem to be in for ML at the moment, but offering an easy interface for JavaScript/TypeScript (which is extremely common to use for both frontend and...

enhancement
help wanted

Just took me about twenty minutes to figure out what was wrong with this: ```ts const commonParameters = parametersBuilder() .addHeader("authorization", z.string().min(1)) .addHeader("email", z.string().email()); const usersApi = makeApi([ { method: "post",...

pinned
need help

### Bug description My generated schemas have subfolders for `enums` and `objects`, but the generated routers seem to expect the schemas to be in that root folder instead of in...

bug

### Bug description I'm seeing this package take _two_ magnitudes longer than any of my other generators. I know this generates a lot of code, but this still feels high...

enhancement

`pnpm` gives drastically better performance than `npm` and would improve the developer experience, especially because of the large number of development dependencies this template uses. Thoughts? Note that it doesn't...

Example (variable is named `import`: ![image](https://user-images.githubusercontent.com/30580900/233504376-29a27e17-ad21-4148-b551-cada8f1b5b72.png) Generated from the official GitHub REST API OpenAPI spec: https://github.com/github/rest-api-description/blob/main/descriptions/api.github.com/api.github.com.yaml

I have an object defined as follows: ``` RequestOptions: type: object properties: temperature: type: number description: Temperature of the model. Higher values means more creative responses. A value of zero...

I am attempting to use the generated `TaskUncheckedCreateInputSchema` schema in order to validate a type on my frontend. However, the value that comes out of this is potentially leaving my...

Think this would probably increase the quality of issue reports. Goes a long way towards making sure people include the relevant details. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository

**Describe the bug** I'm seeing angled brackets `` that are _not_ being used in a HTML context still be stripped, and have been unable to figure out how to properly...