Wesley Walser

Results 7 comments of Wesley Walser

The breaking change from npm/npm#5999 was suppose to include support for a ```--silent``` flag which would revert ```npm outdated``` to the old behavior. That feature was [unintentionally left unimplemented](https://github.com/npm/npm/issues/16083).

@charleswinin, yes this can be done. I was looking into the same thing myself and ended up reading a bunch of Google documentation and passport code to sort it out....

@keith24 The query string is not a secure means of communicating information that needs to remain secure. Over HTTPS request headers and body are secure but the URL is not....

I'm having the same issue. This seems like a naive question, but I don't see anything in the source that's using the [inSourceMap](https://github.com/mishoo/UglifyJS2#the-simple-way) option of Uglify. Would adding that be...

I thought my issues had to do with the fact that I was using Babel followed by Uglify but after a bit more experimentation it appears to be using gulp-uglify...

While this isn't an issue with react-chartjs specifically, with Redux being popular it might be good to document the behavior and steps to avoid it. By default `connect` does a...

Please provide code that has a minimal reproduction case for your bug.