Rustem Zakiev

Results 3 issues of Rustem Zakiev

It's needed to use request on latest macOS Monterey 12

awaiting response
maintenance

Adding to config.yaml: `listen: http://my-host-name:20416/ ` Output: ``` warn --- config file - C:\Users\username\AppData\Roaming\sinopia\config.yaml warn --- http address - http://my-host-name:20416/ fatal --- cannot create server: listen EADDRNOTAVAIL 11.111.111.11:20416 C:\Users\username> ```...

I have a Schema Object ``` { "Obj": { "description": "Obj", "required": [ "id", "foo" ], "properties": { "id": { "type": "string", "pattern": "^[0-9a-f]{32}$" }, "foo": { "type": "string", "pattern":...