vogre
vogre
Hello! I've tried using the unreleased git version which includes #438 with an OpenAPI generated by FastAPI, and got the error ```Models not found in the input data```, when using...
@koxudaxi I expected to see the schema for `search_parameter`, but it's missing from the output. I'm getting no difference whether I'm passing `--openapi-scopes schemas` or `--openapi-scopes schemas paths`.
If following the description on [json-schema.org](https://json-schema.org/understanding-json-schema/reference/annotations) > The default keyword specifies a default value. This value is not used to fill in missing values during the validation process. Non-validation tools...
Changing spec.add_dependency 'mongo', '>= 1.8.0', '
Note that command-t wildignore works unlike vim wildignore https://github.com/wincent/command-t/blob/7364a410bc4f0d7febc183678cd565066dfd1e73/doc/command-t.txt#L1102 so, `/node_modules/` does not get ignored but `*/node_modules/` does get ignored. The simplest way to do this is to change https://github.com/octref/RootIgnore/blob/e0142359f297021f8d35f26476bff78f4938b297/plugin/RootIgnore.vim#L35...
To have better control over deployed files it can be useful to have the list of files and their sizes to be uploaded printed (maybe in verbose mode?) and allow...
Can confirm this happens when calling `redis.close()` or `with redis:` when using multi-threading with the same client. A possible workaround is to centralize the closing of the client after the...