Heinz Wiesinger

Results 60 comments of Heinz Wiesinger

I missed that #5726 seems to already have fixed this. The test case I had no longer fails with the latest version of sqlfluff

To explain a bit further, we monitor workers based on the queue names they are listening to, making sure that there are workers available for all queues we are monitoring....

I agree that PSR3 and APP_INCLUDE are a reasonable approach. What might be an idea to improve the situation is to make APP_INCLUDE job specific. You could have a default,...

https://looks.wtf/ has quite some more that might be worth considering, although not all of them have a name listed. Specifically the "finger" emoticons would be...erm.. "fun" ;-) ╭∩╮(-_-)╭∩╮ ┌∩┐(ಠ_ಠ)┌∩┐ ╭∩╮(︶︿︶)╭∩╮...

@jasverix Hi! Thank you for the fix! However, without an explanation what error case this is fixing, I'm left guessing a little bit. The general assumption here is that if...

@danhunsaker You merged https://github.com/chrisboulton/php-resque/pull/328 that introduced the `$auth`. Looking at the code, the way it's implemented i think it actually hurts more than it adds. I'm tempted to just remove...

Thanks @schlessera for taking a look. I totally agree that there is more work left here. What I **can** say is that we needed this change to talk to Google's...

PHP's built-in web server seems to only support HTTP 1.1 (not even 1.0), based on https://github.com/php/php-src/blob/master/sapi/cli/php_cli_server.c#L719 I don't think we can fit HTTP2/3 support into the existing test server :confused:

There's `CURLINFO_HTTP_VERSION` which returns the HTTP version used for the last request, which should be certain enough I think. The downside is that that is only available with curl >=...

For the one remaining failure, it looks like the documentation for `blpop` in Credis is incomplete. It does, in fact, allow an array input. https://github.com/colinmollenhour/credis/blob/v1.16.2/Client.php#L1670 will take the list of...