Phani

Results 5 issues of Phani

Hi, Thank you for a wonderful API. I am currently developing microservices using swagger 2.0 spec: meaning, I've one complete swagger spec for each of my microservice. Say, I've 1....

enhancement

![docker_topology](https://cloud.githubusercontent.com/assets/9419954/9651888/b36eb066-5233-11e5-8e59-fbf3b811d378.jpg)

wontfix

Hi, I tried to change the bower dependencies to 2.0-rc2 and tested, but the component is not working as expected. Can you please confirm if there are any plans to...

enhancement

### Description I am using Polymer #2.0-preview version iron-pages changing the visible pages dynamically. I tried to achieve this by data binding the `selectable` attribute via `selectable="[[_calculatePageVisibility(user)]]"` inside the function...

### Description Unsubscribing from the messaging is not working. I've followed the https://github.com/Polymer/polycasts/tree/master/ep59-firebase-messaging polycast to create a subscription flow. Added the unsubscription in the `else` block as follows: ``` toggleSubscription:...