Joey
Joey
In the mean time a work around is crucial or use of pool is a no-no for guarantee based dev unless DIY. I think ensuring and documenting end is fine...
This one can be a bit opinionated sometimes but is important. People tend to operate MySQL with two philosophies, performance first or data safety first and usually they're mixed up....
https://github.com/mysqljs/mysql/issues/780 It was stuck open here too.
For now I'm trying with making a custom reset command (same as ping but 0x1f) then going to try addCommand on the connection but it leaves a lot to be...
Sorting is something I have been thinking about. It will definitely be much easier with the new per-folder representation. Similar for multi-session launch. I think the only catch with those...
I can confirm this bug exists and it still appears to be in trunk. I receive empty ips for subsequent requests from keepalive connections that are proxied. This can also...
A fix like this probably shouldn't be in the Makefile. What about missing gcc, etc? That is for things like autoconf, etc which is a whole new kettle of fish.
It might be worth checking it with strace. It's possible monolog might be trying flock on the application log then falling back if it fails to get a lock in...
If you install debug symbols and run it with gdb you might get a nice stack trace that could help. Note that curl comes with async support though imagick probably...
I appreciate that but that's also a performance related argument only applicable for certain cases. Notice for example it's conditional, it has an if, which I specifically asked not for....