Juan Aguilar Santillana
Juan Aguilar Santillana
My bad. Sorry, legacy code. It brings out the worst in me.
```json { "openapi": "3.0.3", "components": { "schemas": { "foo": { "type": "object", "properties": { "foo": { "default": "*/15 * * * *", "pattern": "(@(annually|yearly|monthly|weekly|daily|hourly|reboot))|(@every ([0-9]+(ns|us|\u00b5s|ms|s|m|h))+)|(((([0-9]+,)+[0-9]+|([0-9]+(/|-)[0-9]+)|[0-9]+|\\*) ?){5,7})", "title": "foo", "type": "string"...
Version `0.16.4` Test with: https://json-schema.hyperjump.io/ https://json-everything.net/json-schema/ https://github.com/OpenAPITools/openapi-generator `oas-schema-check` error Also, in the report, the `file:line_number` is bad, is in main file and the error is in schemas file, and a...
It is absolutely necessary for `yarte`, which combines its own parser with` syn` and mixes the errors. Currently I was taking advantage of a `proc_macro2` bug in` LineColumn` that returned...
Thanks for report! These `cfg` should be removed, is related to this issue https://github.com/zzau13/v_escape/issues/54. Probably I will find another method, render directly to `String` per example and remove support for...
Yes, it's seems unsoundness but the owned and borrowed are a single pair, `(String, Vec