John S Long

Results 7 comments of John S Long

It might be decent to exit/fail after _n_ number of tries, to prevent unneeded bandwidth consumption. Woke up this morning to find nearly 300GB consumed attempting to download/install from the...

To replicate what @Argenteus experienced: - Uncheck "Show markers margin" in Preferences->Editor->Display. - Click on a function/section/etc in the 'Symbols' side panel. When "Show markers margin" is enabled, an arrow...

> @adduc thanks for this PR! I would say we should upgrade our Go version to `1.16`. What do you think, should we do this in this PR as well...

@tpetry, I believe that 5.3.7 is required not due to the bug in crypt, but rather due to the information provided at http://php.net/security/crypt_blowfish.php.

Is there a specific call to crypt that would be different between < 5.3.7 vs > 5.3.7 to identify whether the $2y would be supported? EDIT: Nevermind, read @gergoerdosi's comment...

I'm not exactly well-versed in GitHub (or Git in general), but I was able to make a few repos for testing an installer class for this library. The forked version...

[From the requirements](https://github.com/ircmaxell/password_compat#requirements): > This library requires PHP >= 5.3.7 OR a version that has the $2y fix backported into it (such as RedHat provides). Note that Debian's 5.3.3 version...