Édipo Rebouças
Édipo Rebouças
Follow step by step de README, I have the problem with namespace doctrine[fixture], I found de solution on stack overflow http://stackoverflow.com/questions/18022089/zend-framework-2-doctrine2-doctrinedatafixturemodule-no-loading-fixtures?answertab=votes#tab-top. This guy said to use 'doctrine-fixture' root namespace instead...
These changes seem not to be backwards compatible, it will break the code for users who are overriding the methods that have changed their signature.
Travis fail to find old php images and php 8.1, but locally, with docker, run with success;
Build failed because travis issues installng old php versions.
I made works with apache proxy using a workaround for socket.io that can be found accross the web and **unsetting the Origin header**. ``` ServerName inbucket.mydomain.com SSLEngine On SSLCertificateFile "/etc/letsencrypt/live/mydomain.com/fullchain.pem"...
By now I'm using a warkround with ahk script ``` ahk Run, "C:\Program Files (x86)\FreePIE\FreePIE.exe" "C:\Program Files (x86)\FreePIE\scripts\DolphinExit.py" /r,,,AutoHidePieDolphinPID WinWait ahk_pid %AutoHidePieDolphinPID% WinHide ```
This script really "hide" de window, don't appear on taskbar, only on task manager. If is easy make the "hide" I belive thats good enough.