Chris Mildebrandt
Chris Mildebrandt
I had a similar error, and then I remembered something when working with Apache Thrift. The tornado code will use a framed transport. If you switch your server to use...
Thanks for the suggestion, I'll think about how this can be done. In the meantime, you can do something like the following: ``` find *.yaml -exec yamale -s schema.yaml {}...
Thanks for your contribution! We usually like to have a discussion in an issue first to ensure not too much coding happens in the wrong direction. This seems pretty contained...
I appreciate the reminder of the previous concerns. I believe this is a little different since it's not embedding the validators in the schema itself, but it's in a separate...
The danger comes from offering Yamale as a service. If that service is accepting a schema/data pair and offering back a result, there are concerns that processing uncontrolled schema would...
I wanted to do a little check in here. Work is really busy at the moment. This hasn't been forgotten, but will take a bit for me to get to....my...
Hi, thanks for your interest in Yamale. I think I'd like to handle this by allowing users to pass in their own parser. Take a look at this file: https://github.com/23andMe/Yamale/blob/master/yamale/readers/yaml_reader.py...
Thanks for your interest in Yamale. I wouldn't mind extending the `content` attribute to accept a string-like object or a file-like object. It may take a while for us to...
Thanks! This may cause a breaking change to some use cases....I'll research a bit.
I agree @mechie , more comments in #189 .