Enrico Vecchio

Results 6 comments of Enrico Vecchio

Hi Guys, I've solved basically using Capsule. - I've started from scratch with this [project](https://github.com/tigerMoon/spring-quasar-demo): - I converted the project from maven to gradle. (gradle init) - Than I add...

Thank you. I will fix it as soon as possible.

Hi guys, sorry for my delay :) I've just made an example with iOS 10 on simulator (iPhone SE, iPhone 7) and it works as expected, and it works as...

Hi Mohamed, thank you for your message. Did you have any crash message? On Mon, 20 Mar 2017 at 14:07, Mohamed Elzohirey wrote: > setCustomBadgeValue crash the app > >...

@pathbox Create a start.sh file ``` #!/bin/bash PORT=3001 ./volume /tmp/volume1/ & PORT=3002 ./volume /tmp/volume2/ & PORT=3003 ./volume /tmp/volume3/ & ./mkv -volumes localhost:3001,localhost:3002,localhost:3003 -db /tmp/indexdb/ server ``` Than update Docker file...

Try add the package to application.properties in spring, it worked for me in dev `vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,[...],com.github.appreciated`