feliperuiz

Results 4 issues of feliperuiz

When traversing `$ref`s to local files, Swagger Parser breaks at the first level of indirection due to not properly adjusting the base path of subsequent `$ref`s. An example might better...

When upgrading from 1.12.10 to 1.12.11, I was faced with this error from Gradle: ``` FAILURE: Build failed with an exception. * What went wrong: A problem was found with...

bug

I couldn't think of a better way to test this behavior, but I'm open to suggestions. This should resolve #555.

When `fork`ing and `exec`ing, file descriptors get leaked to the child process, which is not always ideal. One can always call `fcntl` and set `O_CLOEXEC` after establishing a connection, but...