Alexander Tipugin

Results 68 comments of Alexander Tipugin

Is it possible to add setting for quotes and pass it to yaml.dump (according [this comment on SO](http://stackoverflow.com/questions/20805418/pyyaml-dump-format#comment31196108_20805418))?

Doh, it won't help as PyYAML will wrap keys with quotes too :(

That's a problem :( Maybe we can add a custom dumper class? I don't have enough skills in Python :(

Hey @seorgiy Looks really nice, much better than parsing their docs. I'll take a deeper look this weekend. Also we need to make linter pass (not sure why it fails)

Hey @seorgiy Sorry for the delay, could you update this PR also up to 7.11?

Yeah, thanks! But we still need to figure out what to do with specs. We use `type_attributes.yml` in `types_spec.rb` to ensure our Ruby classes have all required attributes. I don't...

@seorgiy GJ, man! Thanks for updating up to 8.0. Minor request - please set version to 2.1, because otherwise we have to make corresponding releases (2.1, 2.2, 2.3) based on...

Thanks! Merged!