Daniil Churikov

Results 7 issues of Daniil Churikov

https://github.com/uwiger/locks/blob/master/src/locks.erl#L49 returns `{,{ok,[]}}`, but according to spec second element should be `lock_result() :: {lock_status(), deadlocks()}` where `lock_status() :: have_all_locks | have_none.` I can change https://github.com/uwiger/locks/blob/master/src/locks_agent.erl#L312 so it will match one...

Hi there! Quite interesting project, but it would be great if you'll enhance README with few keystrokes how it is differs from existing schema definition languages (e.g. http://json-schema.org/)? At some...

### Is your feature request related to a problem? Please describe. I do a snapshot of a droplet through automation. This snapshot is a golden image to be used to...

enhancement-provider

According to http://tools.ietf.org/html/draft-zyp-json-schema-03#page-14 extends field could be or scheme (aka JSON object) or array of schemas (JSON array). this example will illustrate error: api.json: ``` json { "type" : "object",...

My use case is to combine several `json` files into one `hrl`. I am doing this by several `jerg` invocations and redirecting output to one file. The problem is output...

If I have a file `api.account.read.json` `jerg` witll produce record name like this: ``` erlang -record(api.account.read, ``` As you could see, this is not valid erlang atom.