Douglas Wilson

Results 1985 comments of Douglas Wilson

Apparently even after reverting those changes from `master`, AppVeyor is not going to pass. The changes in the May 2nd update (http://www.appveyor.com/updates) must have changed something, because `mysqladmin` no longer...

> About the encoding, I would be happy with change from utf8_general_ci to utf8_unicode_ci . The general one is just wrong. It's still a major version bump in my mind,...

> than a project succeeding with a commit 2 months old :) The commit may have been old, but I literally just pushed it up this week, it it has...

I had pushed up this weekend because I wanted to cut a patch with the pending changes. Now that the build is failing, I will not release any patches until...

Actually that commit was just pushed up two days ago, not months ago. You can see on the build page https://travis-ci.org/felixge/node-mysql/builds that "Update bignumber.js to 2.3.0" was only just built...

So since I got to a computer, I was able to read the AppVeyor upgrade notes and just update the path, it was pretty straight forward. Back on topic to...

Right, I read the SO post :) and I agree, this change makes sense, even as-is being MB4-based. I guess my only opinion is just that I think it makes...

> And to properly update the module to handle encodings I think those versions will be an obstacle. Since doing that I couldn't figure out how to make supporting it...

Hi, sorry you are having trouble. Ultimately I don't think this module can possibly change the nature of Javascript itself and run both sections of the conditional. But I am...

Ah, gotcha. Yea, the callback from your query should only happen once if the verifyEmail function itself is only called once based on the code. I would love to make...