Daniel Pupius

Results 12 comments of Daniel Pupius

Just an FYI that we're seeing this regularly now. A refinement on the original data, the code is essentially calling `logger.Info("...")` from multiple goroutines.

Thanks for flagging. Don't suppose you've looked into best practices for CLI based auth flows?

We'll need to prompt users to get a personal access token: https://docs.github.com/en/free-pro-team@latest/developers/apps/authorizing-oauth-apps#non-web-application-flow https://docs.github.com/en/free-pro-team@latest/rest/overview/other-authentication-methods#basic-authentication

I'm also seeing some problems in node `0.8.x`. It appears the close event isn't firing. ``` var unzipStream = unzip.Extract({ path: path }) unzipStream.on('error', function () { console.log('Error') }) unzipStream.on('close',...

fwiw, we switched to [cthackers/adm-zip](https://github.com/cthackers/adm-zip) which has a similar API and works.

@dangoor Not thinking this morning, copied the wrong package. Updated my comment to avoid confusion.

The main thing I wanted is if an end point is down, i.e. when Vulcan returns a json error, it could fail back to some other default endpoint that would...

I've been out of google 12 years and can't quite believe Closure still exists. Thanks to everyone who has maintained and improved it over the years. It's come a long...