Stefan Maier
Stefan Maier
**As a programmer i want to be as secure as possible** So as i was reading the facebook documentation https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow and also watched a talk about securing your app. So...
Would be nice if you could extend that starter kit to support also es2015. s.th. like: ``` var babel = require('gulp-babel'); gulp.task('es6', ['transform'], function () { return gulp.src('output/*.js') .pipe(babel()) .pipe(gulp.dest('output'));...
/go/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF' using this buffalo swagger addon works in development but it' does not let me build my app for production. Might be related to packr v2...
### Problem As a User I want to be able to generate a new Private key, since the Struct (`PrivateKey`) doesn't allow me to generate a private key outside this...
Is there a reason why attribute_readers are defined and not used. I guess we should use them especially if you just read them: https://github.com/zaidakram/expedia/blob/c4a82755bcf64ea45aa9484bd510f592d174846d/lib/expedia/http_service/response.rb#L18
### What problem does this feature solve? I am referring to the snd example in https://ant.design/components/date-picker#components-date-picker-demo-preset-ranges I want to be able to show my user on initial load that he...