Andy Challis

Results 61 comments of Andy Challis

The performance is terrible... This should be wicked fast as its not doing a lot... Any progress on this?

It is now working, unsure what my issue was... Do you guys plan to publish to a CDN? I'm integrating this into FastAPI and would like the ease of using...

@ErikWittern is there any chance we could get this build and pushed to https://www.jsdelivr.com similar to how the swagger-ui-bundle is https://cdn.jsdelivr.net/npm/swagger-ui-dist@3/swagger-ui-bundle.js

Is it possible to add extra metadata in currently and have it be injected into the Field as the "extra" https://github.com/samuelcolvin/pydantic/blob/8846ec4685e749b93907081450f592060eeb99b1/pydantic/fields.py#L126 Would be great to have additional custom metadata

Try adding a shbang to the config file eg: #!/usr/bin/env python imap_server = "imap-mail.outlook.com" imap_port = 993 smtp_server = "smtp-mail.outlook.com" smtp_port = 587

https://json-schema.org/understanding-json-schema/reference/object.html#pattern-properties

I don’t think it is instead of definitions, it has a different usecase, it’s intention is to be overwritten while in subschemas. Looks like an additional feature and would need...