Ben Carter

Results 2 issues of Ben Carter

Hi there First off, thanks for making a great package! 👍 I'm doing a Vue 1 -> Vue 2 upgrade and I'm coming across an issue where by when I...

python = 3.7.0 version = '2.1.0' Hello I'm getting an error when trying to validate of list of dicts. ```python class LearningAims(Model): aims = ListType(DictType(StringType), required=True) data = [{"name": "foo"},...