ag0n1k

Results 3 issues of ag0n1k

**Describe the bug** In docker-compose json schema there are options like: ``` "shm_size": {"type": ["number", "string"]}, ``` which transforms into code like: ``` shm_size: Optional[Union[float, str]] = None ``` And...

Hi! I was surprised that creation collection properties is not yet available. So here it is! This PR does not provide: 1. "update" of current properties (change types) 2. "delete"...

Hi! In most cases all of the users will be using the existence tables or created by hands with all necessary props, but not me. I created an empty table...