Evan Savage
Evan Savage
+1. I've noticed that the links work at https://www.passportjs.org (with HTTPS), but that exposes another issue: the SSL certificates used on passportjs.org were issued to `*.herokuapp.com`, and are thus invalid....
Running `softwareupdate --install-rosetta` fixes it for me. (I ran that as part of installing Docker as per https://docs.docker.com/desktop/mac/apple-silicon/; since that appears to be a compatibility layer for older Mac binaries,...
Just got back from a trip - I can look at this sometime this next week, but can't promise faster turnaround than that. Thanks for the pull request!
Reproduced issue by adding your snippet above to the unit tests. Looking into fix. In the meantime, I've confirmed that you _can_ extend the prototype: ``` Int64.prototype.multiply = function(other) {...
Does `NULL` work in place of `nullptr` here? I don't have access to a Windows machine to test, I'm wary of adding C++11 flags to `binding.gyp` (as I can't guarantee...
Sounds reasonable - submit a pull request and I'll take a look at it :)
Apologies for the delayed reply - things have been insanely busy lately on the work/life front. This is a good point. I haven't put much effort into optimizing XHPy, so...
Just ran across this same issue myself! In Windows, creating symlinks requires a special permission that by default is only given to administrators. Follow these steps from [this article](https://developer.amazon.com/docs/fire-app-builder/configure-windows-symlinks-no-admin-priv.html): -...
And, for those administrators concerned about security: Microsoft [is making it easier for developers to enable this setting](https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/), which is a good sign that this is not, in fact, risky...
This was fixed for me by upgrading to phantomjs 2.1.1 - haven't investigated enough to know why. (I was previously on phantomjs 1.9.8; ran both times under node v6.7.0.)