Robert Biggs

Results 34 comments of Robert Biggs
trafficstars

Thanks for the quick replay ;-). I'll need some strong coffee before I can grok what's going on there in Melodist. He he. I've done a lot of TypeScript but...

Hmm... So: ```javascript gulp.task('compress', function() { return gulp.src('./js.app.js') .pipe(compress({ compress: { collapse_vars: true }, })) .pipe(gulp.dest('./js')) }) ``` That does nothing as well.

I also wrote a wrapper for IndexedDB for the same reasons as this proposal. Similar API and promise-based so you can use it in an async function with await. I'll...

Would you be interested in a talk about Web Components? Where they're at, where they're going. How they relate to current frontend libraries and frameworks.