ViieeS

Results 28 comments of ViieeS

@CrackerakiUA I've created PR, but I didn't get where to update the docs. I've added description to PR.

@CrackerakiUA actually it's not clear for me how to create PR on the wiki. I've create a new repo and made changes here: https://github.com/ViieeS/ui-cropper-wiki. Also, please make `npm publish` the...

@sitexw Accept PR #70 plz

I install previous version(audio_cloverALC-110.command_v1.0o11) again and all works correctly now except front panel. ![screen shot 2016-02-25 at 17 22 41](https://cloud.githubusercontent.com/assets/8194543/13319677/2840e2f2-dbe5-11e5-8b6b-f3581a212f24.png) ![screen shot 2016-02-25 at 17 22 17](https://cloud.githubusercontent.com/assets/8194543/13319676/283f8768-dbe5-11e5-95f6-5c31c2f938bd.png)

I have Intel DH67BL mobo, and HD Audio Front Panel. But Internal Speakers no change to Headphone..

I think we just need to respect `enforceStep: false` option when using `stepsArray`. This is old bug #410.

@bennett000 chaining :grin: ```js /*global require*/ var gulp = require('gulp'), gutil = require('gulp-util'), Server = require('karma').Server; gulp.task('test', function (done) { new Server({ configFile: __dirname + '/karma.conf.js', singleRun: true }).on('browser_error', function...