Sergey Protko

Results 18 issues of Sergey Protko

Added instructions on how to import certificates for Chrome, Safari, and Firefox on Mac OS. p.s. it looks like icons may need some adjustments.

apiblueprint.org has an API, so maybe this library should provide optional way to use it instead of requiring drafter? Here is an example of client: https://github.com/fesor/json-schema-loader/blob/master/src/Apiary/Parser/RemoteApiBlueprintParser.php

enhancement

Currently gulp is only used to start webpack or browserify and some not scalable script for components boilerplate (which could be replaced with more specialized tools like plop #191 )...

enhancement

This will be much better to use promises in your library. And instead of: ``` javascript function success(fileUrl) { console.log('success: %s', fileUrl); mySuperCoolService(fileUrl).then(...); } function err(reason) { console.log('failed: %s', reason);...

I think it will be better to split this repo into two separate: phozn and phozn-skeleton-app (for example). Pros: - simplify phrozn version maintenance during projects lifetime - allow to...

It will be great if dev dependencies (phpunit for example) will be handled by composer

example: ``` Then Json response should match schema: """ {$JSON_SCHEMA} """ And Then Json response at "foo/bar" should match schema "support/schemas/response.json" ```

For those who use [web-api-extension](https://github.com/Behat/WebApiExtension) it's not so easy to use `json_spec`. @tyx provided his proof-of-concept to integrate `WebApiContext` with `json context`: https://github.com/tyx/WebApiExtension/commit/58d832a2be924b418ca2c188c57d340c6877b8d1 but i don't like the idea of...

- Acceptance tests (behat or phpunit?) - parallel execution - Unit tests (phpunit or phpspec?)