Weffe
Weffe
Is this still unsolved? I could make a PR with the added typings if needed.
@alexdima Just pinging to see if this backlog item could be addressed some time in the near future.
+1 To validating examples. It would be a nice to have and a quick way to get feedback on the schema and the example(s) for it.
https://github.com/axios/axios/releases/tag/v1.0.0-alpha.1 :eyes: :eyes: :eyes:
It's officially out! https://github.com/axios/axios/blob/v1.x/CHANGELOG.m
This should get solved once I upgrade this library to use the new Generics for axios >=v1.0.0
It's not just ucs2length. I also noticed it's requiring the `equal` module to be used when you have a schema like this: ``` { "type": "string", "const": "my_value" } ```...