Daviz

Results 12 issues of Daviz

With new sublime's version theme drop into a lot of bug. Could you fix them? Is this theme supported?

Hi, We have made a `node-windows` service that have a main script that run a child process command to open an .exe like this ``` var cp = require("child_process"); cp.exec("C:\\Users\\test\\Desktop\\file.exe",...

question (better for stackoverflow)

Is it possible to use this repo for advanced integration like this: https://github.com/paypal/paypal-checkout/blob/master/docs/button.md#advanced-integration ? I don't see the finely grained control in docs.

### This is a... * [ ] feature request * [ ] bug report * [x] usage question ### What toolchain are you using for transpilation/bundling? * [x] angular/cli *...

I have a simple ui-codemirror page with ng-model bind to a string of code like this ``` javascript $scope.str = "Hello\ I'm Jhon"; ``` But ui-codemirror not respect indentation so...

Hi, Is it possible to porting this repo in vue.js?

I've load font-awesome in vendor folder with bower. ``` -src -vendor -assets -build ``` I build my project into build folder. The problem is that the vendor file isn't touch...

question

I have a problem with nuxt: If I use two carousel into one page, I get this error `you may have an infinite update loop in a component render function`...

bug
help wanted
question

Is it possible via `provider` change dynamically theme ? For example change color from red to cyan... Without simply add ng-class... If not, can be an enhancement that?

Why we should use `angular.element('#input_file').on('change', handleFileSelect);` and not `ng-change="handleFileSelect"` ? :dancer: