Víctor Adrián

Results 20 comments of Víctor Adrián

I hope this is the year of ES2015 modules! :)

Right now I'm doing it like this (going with $ctrl): ``` javascript ( function() { 'use strict'; var component = { bindings: { data: '=' }, controller: controller, templateUrl: '/breadcrumbs.html'...

Yes but that's ES2015. What happens with people still stuck with pre-ES2015?

You are already able to do that, check this out: ```js // ... pwa: { manifest: { name: `lobo_tuerto's notes`, short_name: `lt's notes`, description: `Some notes that I've taken over...

Interested in knowing if this is indeed possible or planned for a future version.

I think this is fundamental for having a great DX while using Tailwind CSS.

For those interested, workaround is here: https://github.com/vuejs/vue-test-utils/issues/1210#issuecomment-484327439

Ok, here is the icon friendly example: Log scale Linear scale

Well, thanks for the reply! Yeah I was having a look around during the weekend and came to the conclusion that NanoHTTPD is a pretty good option (for Android) as...

All right, thanks for trying though! I don't have much time on my hands these days too, but will see if I can come up with something later. Cheers!