Maks3w

Results 71 comments of Maks3w

you should remove all that bower stuff as is not related with the PR

1. I like to have the tests as close as possible to the original source. So the test controller could be in the same folder of the production controller. Reduce...

It works for these browsers: ``` bs_chrome_windows: { base: 'BrowserStack', browser: 'chrome', browser_version: 'latest', os: 'Windows', os_version: '7' }, bs_firefox_mac: { base: 'BrowserStack', browser: 'firefox', browser_version: 'latest', os: 'OS X',...

@Ocramius What about to add a `conflict` entry in composer? https://getcomposer.org/doc/04-schema.md#conflict

Additionally if I opt for include the vendor typings I end with duplicated definitions because the bower package and the parent project both use JQuery > ../bower_components/form-manager/typings/jquery/jquery.d.ts(29,5): error TS2300: Duplicate...

At this moment I see two issues One related to vendor files distribution and another one about duplicate definitions loading. The first one should be fixed from the side doing...

Additionally it only change the HTTP status code but not remove the body. Delegates to `Slim\App::isEmptyResponse`

I'm about to decline this as per the specification you can infer all paths must always to start with a leading slash `basePath` > The base path on which the...

I understand. What I see `basePath` is not required. > If it is not included, the API is served directly under the host So I think the correct is not...

https://github.com/swagger-api/swagger-js/blob/a635e37c3d9b3c85fbbe28f9c4051d5d4c1ea65c/src/execute/index.js#L355