Chad Dombrova

Results 167 comments of Chad Dombrova

Hi, it would be great to have some feedback on this. Namely, whether it is acceptable to add `typing` as a requirement for python 2.x. Personally, I think we'll be...

@lkraider glad to hear it. Question: What is the state of the deprecated mixins? I see in `ModelType._export()` that a `Model` class is passed to `export_loop()`, but `export_loop` and `import_loop`...

Here's the code I'm referring to: https://github.com/schematics/schematics/blob/master/schematics/types/compound.py#L154 You'll notice that `ModelType._convert` goes through the model class which ultimately ends up passing in its `Schema` object: ```python model_class.convert(value, context=context) ``` ......

Hi, I had some time to hack away at this some more. It's going to be a long process, so we should try to break it up into smaller tasks...

Cool, any chance you can help me out with that? Maybe the simplest thing to do is hack `module_exports` to pretty-print the list that it finds, then walk through and...

Examples could be anything populated dynamically, like checking a database or file system for a list of registered options. I didn't add any caching of the values returned by the...

@bintoro so what do you think?

In your example, `validate_foo` would have to be implemented as a method on a `Model` subclass, correct? Your counter-point makes sense, but it's problematic for me because one of my...

I like this plan, and it warrants some more exploration. Firstly, It might be a bit odd to use this approach in only one place. I think we should consider...

Hi all, I would love to get this branch merged, so I can stop using a custom build of schematics. I re-read the thread, and after some consideration I still...