Tim Düsterhus

Results 223 comments of Tim Düsterhus
trafficstars

> I have found it, sorry for spam. Can you link or explain it for others that run across this issue? I believe that Elasticsearch should be working out of...

Is it possible you ran across this issue (while it's for MongoDB it might apply to ElasticSearch as well): https://github.com/TimWolla/docker-adminer/issues/16#issuecomment-482114280?

> Should the script get the method as a parameter with a default value of GET ? Yes, for several reasons: 1. It's what nginx does, which is the inspiration...

With #37 you are able to specify the desired method, but haproxy-auth-request still does not forward the request body.

If I understand it correctly the necessary API within VS Code has been finalized: https://github.com/microsoft/vscode/issues/16221#issuecomment-1033827087

> Should we wait for the discussion on mailing list to conclude? I remember Go Kudo was following up the RFC to make some suggestions? The engines and interfaces are...

> This is not acceptable, as it would not actually polyfill the engine (which is separate from the `mt_rand` state as one of its main features) Indeed. More specifically it...

> Crazy idea: implement MT19937 by looking Frankly I don't see much benefit there. Even reimplementing Mt19937 is non-obvious, because PHP only has signed integers that will convert to double...

This feature request might be related: #6118.