Bharat Chauhan
Bharat Chauhan
Yeah, currently I've implemented a custom, non-standard json schema specification. But I'm working towards adding the standard features. I've got some features lined up for the next release (like referencing...
I'm starting work on this. But these keywords - `allOf/anyOf/oneOf` - are mainly for validation and I'm having a hard time trying to figure out how to render a form...
@n0rdlicht Hi, I'm still waiting for suggestions from you. Please, see my previous comment. Thank you.
@amitlissack I think you meant `types/__init__.py`. Although this has been fixed on the Git repo, but it hasn't been released on PyPI yet.
Hi, if anyone's interested, I've created an async wrapper for stripe: https://github.com/bhch/async-stripe.
@part1cleth1ef @abdullahmujahidali `run_in_executor` will use threading (not ideal for networking). I've created a pure async wrapper: https://github.com/bhch/async-stripe which will give you better performance.
No problem; that's understandable. Looks like this pull request has conflicts with the main repo now. I'll push again after resolving conflicts in my branch.
@meetDeveloper Hi, I've resolved the conflicts. Please review.
I wouldn't call it a workaround. Since you've got a callable schema, it's your responsibility to handle the errors within that callable. As the callable is your written code, I...
I'll update the docs. Thank you for your suggestions.