Hector Jusforgues
Hector Jusforgues
And to answer the "query string only support strings": both the [Swagger specification documentation](http://swagger.io/specification/#parameters-definition-object-example-105) and [the fixture schema used in this repo](https://github.com/Maks3w/SwaggerAssertions/blob/564a275baac2f976eccfe8f955a4cf768eedfbc3/tests/fixture/petstore-with-external-docs.json#L85-L90) seems to consider it valid. So there should...
Still a problem for me with `friendsofsymfony/jsrouting-bundle: 2.2.0` and `jms/i18n-routing-bundle: 2.0.4`
I'm eager to see this added to PHP-VCR, so I made a PR on this one to fix the conflicts: https://github.com/ratehub/php-vcr/pull/1 Hope it helps ~~Edit: I made it into a...
Hi! I basically only develop what I personally need, and I don't need that for now. I can always review PRs though!
I updated https://gist.github.com/hectorj/8ac959c071d44ec4d718 with MD5 & SHA1, and also added memory information to the results. MD5 performs better than the SHA family, but is also known as being cryptographically insecure...
I tried setting up an example here: https://github.com/hectorj/psql-proxy-copy-example But I keep hitting this error message when connecting to the proxy: `ERROR unexpected error while reading a typed client message err="message...
~~I think it was due to SASL authentication.~~ ~~Setting `POSTGRES_HOST_AUTH_METHOD: md5` in the postgres container removes the error. Not much logged though, I'll keep digging.~~ Edit: completely wrong
Edit : removed because of many false assumptions
OK, I just had to set the `tls` flag even though I was using `sslmode=disable`. Now here are the full proxy logs: ``` 2023/10/14 16:48:33 INFO proxy listening address=:2345 2023/10/14...