Jake Olefsky

Results 19 issues of Jake Olefsky

Step1 is to make the disabled tests pass. We should also provide some sort of popup help for what is a valid input. Perhaps while they are typing into the...

enhancement

Thanks for making this simple utility. Exactly what I needed to save a bit of work. I made a small fix to handle some edge cases. If you approve of...

When a test fails, it prints the file and line number in the console. It would be great if we could click on that to take us straight there.

I ran into a situation with an ico image where `IcoParser->isPNG($data)` passed, but then `imagecreatefromstring($data)` failed. The result is that in `parsePNGAsIco()` it crashes with a fatal error when it...

I was trying to do a reverse IP lookup on "200.16.89.104" which happens to be a site in Argentine (buenosaires.gob.ar). This library was giving me an error in `whois.ip.lacnic.php` on...

I am upgrading my project to PHP 8.1 and encountered a deprecation warning when using phpWhois. The problem is in converting a boolean to an array. Pretty simple fix. In...

It would be really nice if I could apply filters to the "Gear Needed" page to make it more useful. Three things I would love to do: 1) Hide gear...

enhancement

Would it be possible to improve the fuzzy search algorithm so it can handle simple typos? Here is an example: ![Screenshot 2024-10-17 at 11 09 47 AM](https://github.com/user-attachments/assets/9b68ea93-36d8-4460-a06a-8f92e146970b) If you have...

Trying to sign in to my server with SFTP using a private key. I get an error saying "OpenSSH Private Key integer comparison failed" Previously, Cyberduck could sign in without...