Levi Thomason

Results 77 comments of Levi Thomason

Agreed. Shipping the polyfill causes unwarranted side-effects for apps loading keras-js as well. It would be ideal if keras-js provided pre-compiled targets. This way users could opt-in to loading the...

Agreed, just spent a fair amount time debugging because the path the to the swf was wrong: ``` ngClipProvider.setPath('/bower_components/zeroclipboard/dist/ZeroClipboard.swf'); ``` In this case, the bower install location changed from `/app/bower/`...

Currently, when something goes wrong there is no indication of where to look or what went wrong. Perhaps one place to start could be bundling the dependency so the user...

Confirming the same issue here. Here's a repo: https://github.com/levithomason/gulp-connect-livereload I've copied the example in the README.md to a repo with a single `/app/index.html` file and livereload does not work. `npm...

Well, I cannot get v3/4/5 to work. Completely confused here.

The original project where the issue was noticed certainly returned all streams. The repo above is copied from the README.md, showing the example doesn't work. https://github.com/AveVlad/gulp-connect/blob/master/README.md#livereload

Hm, I've never had the extension and this plugin worked for me once upon a time. After posting the issue here I switched to `gulp-webserver` as I needed something that...

This is unrelated the MS acquisition. I've been using github_changelog_generator for a few years and have had this issue for quite some time. I've been dancing around it with options...

Oh man, I would love to see this. I've been vouching for this project for a while and, as of late, losing some of those debates due to the lack...

I have the same issue. I'm using a 3rd party library that wants to set `.priority: ...`, but it isn't allowed because Bolt generates `$other: { .validate: false }`. I...