Kyle Fuller
Kyle Fuller
Hi @Lancelotbronner, I've modified the tests in the project to perform a similar glob which appears to be working for me. Are you doing anything much different from the diff...
Perhaps you could create a test case in PathKit which could show the broken behaviour? Although PathKit isn't doing much more than the system `glob` method that PathKit is using...
I disagree that this is unnatural, it's actually consistent with many other languages and join implementations. It's exactly how I'd expect it to work. Could you perhaps explain your use-case...
This is an interesting idea, but there is no way to guarantee your `path` will still exist and if it is a directory or regular file for the life-span of...
The protocols would allow you to indicate that your function may accept or return a particular path of a specific type. Example: ``` swift func parseJSON(file: RegularFilePath) -> AnyObject {}...
@lduparc Could you elaborate on the issue you're having? Are you seeing any kind of errors?
This should work with later versions of Node (Node 6 etc). Could you confirm you have some of the build dependencies for Protagonist: - Python ~> 2.7 - Microsoft Visual...
@lduparc Microsoft Visual Studio 2012 is not supported in Protagonist ([Protagonist Deprecation](https://github.com/apiaryio/protagonist/issues/134)). You will need to upgrade to Microsoft Visual C++ 2013 or later. https://github.com/danielgtaylor/aglio/pull/277 would ultimately remove the need...
@willshulman https://github.com/danielgtaylor/aglio/pull/277 will move the Protagonist to become an optional dependency and you would be able to install Aglio without this optional dependency with `npm install --no-optional` I think. Note,...
I think the schema is just the schema generated from the underlying [API Blueprint parser Drafter](https://github.com/apiaryio/drafter). You could just parse your blueprint with the Drafter command line tool and extract...