Vilibald

Results 37 comments of Vilibald

When you say multiple projects, do you mean multiple repos?

@hex6b I suspect that the SIGTERM is lost somewhere when doing `go run main.go` can you instead compile the server and use the binary directly instead of the `go run...

This is not really a bug but a feature I'm afraid. The issue is that in MSON everything is optional by default and therefore the JSON Schema generated cannot enforce...

I think it should produce a warning helping to see if it is intentional or not.

Hi @sniff ``` ## Read commits [GET /{project}/commits{?page,size}] + Parameters + page: 1 (number) + size: 1 (optional, number) + project: `windows95` (optional, string) + Response 200 (application/json) ``` is...

Hi, well it is for sure that cli tools like drafter can handle such file but on apiary.io it is a service which has some limits like timeouts etc so...

Sorry for late reply but I was away and offline. When you say volume, what exactly you mean? You want to mount something erxtra apart form the image?

This functionality is not there but I think it is a nice feature request.

Sorry I overlooked you question. When you say pass command, do you mean command to run in the container? If so then https://github.com/w-vi/diyC/blob/master/docs/diyc/usage.md#usage the last parameter is the command. Does...

The -I flags are identical so that is not a trouble but the shell thing I'll try tomorrow, thanks for the tip.