demiro
demiro
This tool has sooooo much potential one of the ting it could be done is to have a config file "default" settings like vgcrc or vgc.json that would set the...
How can I extend the global $mq object with reactive isMobile / isTablet / isWide, etc properties? I want to be able to use it similar to $device.isMobile from Nuxt...
I see there is an option for fail proofing if the browser does not support, but I want both at the same time since dragging something inside is not necessary...
please add typescript support! yesterday! ;)
using VDI it does not work the shortcut... would help to customize them as well... also a context menu with quick switching would be great as well
Hello, quite new to the react scene and I am struggling to understand some flow... I have an index page where I registered all the scenes, as suggested on the...
Could not find a declaration file for module 'vue-step-progress' Try `npm install @types/vue-step-progress` if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-step-progress';`
After first setup yo angular-jade-stylus --jade --stylus myApp without even changing anything if I run grunt build everything is done without errors, but checking .tmp/concat/scripts/main.js is EMPTY so uglify just...
Currently a string like this KebabCase is translated to -kebab-case an option to not use leading - and get: kebab-case, would be great
Hi, I am successfully using the component outlet...but I stumbled upon a problem....ng-content works fine even with nested "dynamic" components.... but does not... I wanted to report the bug there...