Ubaldo Pescatore

Results 29 comments of Ubaldo Pescatore

@amenak77 what's the proposed behavior here? Is there any probe available to check if freedomotic server is up and running? If so, we could check it periodically.

What do you think to set up a websocket communicating with freedomotic server then?

Basically, the scope of this issue is to add a carousel like behavior. You could start from `EnvironmentsPanel.vue` component and add a carousel there. This [vue-carousel](https://ssense.github.io/vue-carousel/) seems a good candidate.

@mcicolella AFAIK the splash screen should appear while the application resources are still downloading. Maybe the download is too fast to make the splash screen itself appearing :yum: Did you...

Hi @honsq90 it sounds definitely good. Indeed I'd like to give a try to Jest, also because it would be useful to introduce some snapshot tests also. So, please, go...

Hello @1freitas yes, please! However, we'd like to stay with Jest, if possible. /cc @mcicolella

@ACIDKing yes, it's fine for me. @mcicolella do you agree?

Probably here I am missing a point: given the signature `string template("Hello $name")` who is putting `$name` in scope?