luigifab

Results 175 comments of luigifab

Can you do something? On my servers IPv6 only I can't use your repo, I'm sad.

Yes it affect GTK 4, and it almost works with [gtk4-widget-factory 3.98.2-1](https://packages.debian.org/experimental/gtk-4-examples). But, the minimize/maximize/close buttons are not removed. ![gtk4](https://user-images.githubusercontent.com/31816829/79135975-7b9fae80-7db0-11ea-8885-2349ef6227ea.png)

Is there a python program that can read the previous img files?

Without the `@`, you didn't get `Warning: include(Phpseclib\Crypt\Base.php): Failed to open stream: No such file or directory in lib/Varien/Autoload.php on line 65`? (Debian, PHP 8.0.10, OpenMage 20.0.13)

On our installation, we have already created a symlink from _phpseclib_ to _Phpseclib_ to avoid an error (I don't remember why). But, for my warning, I getting it when I...

We have tried the removal of the `@` [local (dev mode) and test (no dev mode) environments] with the #1780 fix. No error for now.

In any phtml: ```php ``` Result in: ``` Warning: include(Mage/Non/Existent.php): failed to open stream: No such file or directory in lib/Varien/Autoload.php on line 66 ```

I think if I try `if (class_exists('Mage_Non_Existent'))`, I would like `true` or `false`, not an error because the file does not exist. But if there is an error inside `Mage_Non_Existent`,...

By loading `phpseclib/bootstrap.php` before `Varien/Autoload.php`, my error (#1780) is fixed. At the same time by fixing Varien Autoloader, we can remove `spl_autoload_register` of phpseclib, no?