-
I have done a comparison of Joi and Yup core schemas. I have noticed a few things :
- Yup.string accepts all types and people don't expect that at start. It would be cool if it would be stricter in t…
-
Hi, I'm encountering this error trying to compile my project with version 0.4.0 of your package, with TypeScript Version 4.9.5 and strict mode on.
```
node_modules/openapi-types/dist/index.d.ts:16:…
-
As it was discussed in https://github.com/python/mypy/issues/8069, sometimes we need to logically separate `int` and `bool` types.
Currently `mypy` allows this to happen:
```python
def some(a: …
-
There are some options in tsconfig that we want to change default values for `deno` (https://github.com/denoland/deno/issues/11186). `deno_lint` should be able to take those options into account and w…
-
Hi,
I've just tried to compile version 1.6.8 on FreeBSD 12.1 and it's failed with the following error messages:
```
[66/189] /usr/bin/cc -DREDISMODULE_EXPERIMENTAL_API -DREDIS_MODULE_TARGET -DR…
-
First off, great framework! As someone who hasn't worked a lot with data interchange formats, I was surprised that the first formats I ran into didn't have both strict support for non-nullable types a…
-
Motivation
----------
At present, not all traces submitted to the Rucio Server pass the json schema validation checks. The schemas are defined in [trace.py](https://github.com/rucio/rucio/blob/maste…
maany updated
4 months ago
-
**Is your feature request related to a problem? Please describe.**
i am always frustrated with the different types we are assigning in the frontend specifically it is kinda frustrating to debug the i…
-
Currently, when a type is published, all imported types are added as dependencies.
Example: react-router v3:
```
dependencies": {
"@types/history": "^3",
"@types/react": "*"
}
…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if Jane could generate models with typed & public properties, instead of untyped properties & getters/setters.
*…