Alexander Vasin

Results 21 comments of Alexander Vasin

+1, or just to have an ability to easy and fast search through collections using foreign ifAttributes

PR is alive? @NoneGG could you please check? Python 3.10 is stable now, but aredis is the showstopper... :(

@sichvoge seems to be a bug. according to `nil | string` equals to `comment?` means that `comment` is optional, but it should be not like that. technically `comment` must be...

Moreover, in official parser i can create very stupid declarations, like the following: ``` #%RAML 1.0 title: multiInheritance types: WTFIsThat: type: [string, (number | array)] ``` Is that ok and...

@sichvoge so, i need to check a length of float|int to match format? Just question of length? One more question about numbers & integers. In [number documentation](https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#number) it is said,...

Coding style (camel case, snake case) should be individual decision. But allowed chars for type names from my point of view should be defined (as currently official parser have some:...

Also, what about patterns in strings? If i derive from two parents, where each has pattern - i should raise an exception? Spec does not cover that case (only when...

The same for `multipleOf` and `format` facets for numbers. Please clarify what parsers should do with multiple definitions in parent classes. What should happen if i define `number` type with...

What should happen with `enum` facet of `string` type when using multiple inheritance? Conflict?

@alleypa what did you mean by single file? Did you want to load several non-related raml files to make several APIs, or to load single raml representing one API, but...