Ivan

Results 3 comments of Ivan

First, thanks for this piece of software =) A possible workaround before an improvement related to this issue: ``` php $get_obj = (object) $_GET; $get_coerced = Jsv4::coerce($get_obj, $schema); foreach($get_obj as...

If you can live without those labels, it's possible to simply remove then as a workaround ```sbt dockerCommands := dockerCommands.value.filter { case Cmd("LABEL", args @ _*) => args.head.startsWith("snp-multi-stage") case _...

This issue could be related to the way that [PaginatedList.py](https://github.com/PyGithub/PyGithub/blob/master/github/PaginatedList.py#L170) parses `links` urls from headers. parse_qs is executed using a full url. It fails parsing first parameter (rigth after `?`)...