Juha Tauriainen
Juha Tauriainen
See PR https://github.com/JuhQ/rgb-to-hsl/pull/1
- Added gulp - Added eslint with airbnb config - Added uglify - Added package.json - Fixed errors which came up with eslint Note, even though I went through the...
I have a scenario where the handle is an image. Sometimes it takes a while to load that image and those times the handle is calculated outside of the container...
My last issue concerning bower, for now :P Please add minified versions of `dragdealer.js` and `dragdealer.css` to distribution package.
bower.json contains these at the moment ``` "ignore": [ "demo/*", "lib/*", "index.html", "sauce_connect.log*" ] ``` `demo` and `lib` folders are included in the bower package, but they are empty. Also...
I think user behaviour should overwrite library behaviour. When user starts scrolling, it should stop scrolling. Imho this should be and optional feature.
I was wondering why the component takes a long time to mount, I guess I pinpointed the issue to the 500ms timeout found in https://github.com/gruhn/vue-qrcode-reader/blob/94b663126954745d648afa61c3ccd2683265fad1/src/misc/camera.js#L111-L114 The comments in the implementation...
The project pollutes any node_modules folder with unnecessary files. Folders, such as `examples`, `live-demo` and `build/images` should not be bundled in with the npm release. As mentioned in #14, react...
- Fixed all of the issues found from magiceye.js by eslint - Added uglifier