-
Currently, empty forms are generated as `any` type.
In TypeScript, there are few situations where the `any` type is more suitable than the `unknown` type.
Both are tolerant of assignments.
`unk…
-
Auto generated docs for rpc calls.
-
### Is your feature request related to a problem? Please describe.
`typescript-node` relies on `request` which is no longer supported. Other options from `axios` and `fetch` are already provided, how…
-
##### Description
Using Basic auth should be possible with empty username, however, 4.3.3 generates this code:
```
let authenticationPromise = Promise.resolve();
if (this.authenticatio…
-
## Description of issue
I am getting type error when using omit feature on a schema that has relational fields.
## Dependencies
"@prisma/client": "4.16.2"
"zod": "3.21.1"
"zod-prisma-type": "2.…
-
https://www.typescriptlang.org/docs/handbook/functions.html
-
Hello,
This is related to the fix for bug [#2733]
For the typescript-angular generator, there is an additional issue with the code generated, when using a multipart/form-data object.
I'm using …
-
Courtesy of @bterlson
http://www.typescriptlang.org/docs/handbook/iterators-and-generators.html
This section doesn't mention generators at all. Should the section be renamed? Should the content …
-
I've generated API via spring generator for java code by maven plugin and typescript-angular for frontend. I have many of YAML files(to keep the API separated and YAML files short). I am using imports…
-
I'm interested in updating some WebAuthn-related types like `AuthenticatorTransport` and `AuthenticatorAttestationResponse` that have gained new properties and values in the wild, but these new values…