Rob Nova

Results 5 issues of Rob Nova

So I'm running this: ``` var gulp = require('gulp'), favicons = require('gulp-favicons'), gutil = require('gulp-util'); gulp.task('default', function () { return gulp .src('./src/assets/img/logo-400x400.png') .pipe(favicons({ appName: null, appDescription: null, developerName: null, developerURL:...

discussion
needs-pr

So just updated to Laravel 8.0, everything seems fine. Hoever, can't seem to customize the response for the package. In the old `barryvdh/laravel-cors` package in the `cors.ph` config there was...

Add some kind of velocity factor for when dragging. So that it doesn't stop right away but slowly stops based on some "stopVelocity" factor and based on drag speed.

help wanted

I'm having issue with options. When using `Vue.http.options.root` it's all good, when including with Vue instance it seems to be ignored. Same as issue here: https://github.com/pagekit/vue-resource/issues/487 Not sure why that...

Hello, I'm having some trouble getting correct values from the Png generator. I extended the existing one to just print out the position values and it's showing some strange numbers....