Pavel

Results 12 issues of Pavel

Hi, Here is my swagger yaml: ``` swagger: "2.0" info: title: Customers API description: Customers API version: "1.0.0" host: localhost:3000 schemes: - http - https basePath: /v1 produces: - application/json...

Hi, Another issue which I met. Here is the yaml: ``` swagger: "2.0" info: title: Customers API description: Customers API version: "1.0.0" host: localhost:3000 schemes: - http - https basePath:...

Here is my sample API blueprint _test-enum-datastructure.apib_ ``` FORMAT: 1A HOST: http://localhost:3000 # CustomerData API test enum API # Data Structures ## clients (enum) + Members + A + B...

Hi, Considering that translations are stored in the json format, is there any convenient way to store there the multiline keys and multiline values? Or which approach should be used...

### I'm submitting a ... - [x] bug report ### What is the current behavior? Currently, if you store your configs using `ts` extension and load them using `config` -...

pr-welcome
collab-request
feature-request

Hi, I'm trying to vueify my project. After splitting to the components, I have the next picture: https://gist.github.com/PavelPolyakov/bdadb5835cc281b0be72 After everything is compiled, and I open the page, the `{{salutation}}` is...

Hi, Could someone take a look on this jsfiddle, please. http://jsfiddle.net/yMv7y/961/ I do instantiate app with one child component, and fire an event from the `app`. However, `children` is not...

Hello @shijuvar, Thanks for the book and example of the complete go service. One question remains. Can you, please, tell how to test handlers with the suggested structure? Let's say...

The proxy module is very useful, let's have it enabled by default. p.s. please, enable the issues tab in your project http://screencast.com/t/msvfmkBSPVF because I haven't find any contact to interact...

Hi, In the example you use not the actual variant of the library, and everything works fine. However, if one would try to use `min-date` with the actual library, which...