-
Hey there, do you have plans already to update typeconv? Latest version has support for many TS features like `Partial` and `Omit`.
Not only that but the current version contains moderate vulnerab…
-
The project I'm working on is currently on Joi and Suretype looks like a very promising improvement, as it would save us from manually writing the TS interfaces, will improve performance and seems to …
-
Hi! 👋 Thanks again for typeconv!
I was trying to convert a json schema to suretype and noticed that the "minimum" and "maximum" properties for numbers are not honored in the generated schema.
Di…
-
The `defaults` option is not working correctly.
In the following example, I have two approaches, both of which are faulty.
### should fill in defaults with require
In this case, I am expectin…
-
This is a rethought version of my previous ticket https://github.com/aws-cloudformation/cloudformation-cli-typescript-plugin/issues/68
To resummarize the issues with `class-transformer`:
* The s…
-
Today I try this code :
```ts
import { Infer, Schema } from '@typeschema/main';
const ZodSchema = z.object({
title: z.string(),
});
type ZodSchemaType = z.infer;
type Output = Infer;…
-
**What version of Ajv you are you using?**
8.8.2
**What problem do you want to solve?**
I do not know how to use the `validate_schema.js` at runtime to validate the schema? The https://ajv.js.org…
-
**TL;DR; We are considering changing the tools and flow we use for validation. This won't have any effect on how to *use* the library, but will affect how to *develop for* and debug the library.**
…
-
From v2.0.0, we can create 3rd party middleware. So far, the following 3rd-party middleware has been created.
* GraphQL Middleware
* Firebase Auth Middleware
* Validator Middleware
* Sentry Midd…
-
# Bug Report
## Describe the bug
I was using this amazing lib in Firebase Functions, but I have recently moved to Cloudflare Workers. But, I am getting `Code generation from strings disallowed for…