Results 21 comments of Léonard.

Made a Polymer3 working version (used in a lit-element project) https://gist.github.com/Ghostfly/ed0839700f0a53e7fbeecad128cfb2e7 I think it's better in Polymer3 as gestures event listeners are really great

@maryfs Reproduced with : Version : `3.15.0` (the error don't block the picker, but shown in console on first open)

Same here using latest Raspberry pi OS Lite image.

@brandond yep found on an issue the same to add, works great now !

Form filling "works" partially, in my case, I have values written when I click on a form field, but nothing displayed when print.. >< I tried many PDF versions, different...

Crappy, but working : https://gist.github.com/Ghostfly/2988e59d9c2b6ca42330d96796aa01ed (edit: uncrappyfied a bit)

This project is pure magic ! :') `kubernetesVersion: "latest-1.8"` needs to be changed to : `kubernetesVersion: "latest-1.9"` in `roles/kubernetes/templates/kubeadm.yml` (and also thanks to JaviPG, I could run the cluster. I...

The only way i found to achieve this is to set a requestInterceptor in the swagger-ui init (in index.hbs of hapi-swaggered-ui) : Something like this in the SwaggerUIBundle(Object.assign({.... ``` requestInterceptor:...