Andreas Motl
Andreas Motl
Dear Henri, thanks for pinging me about this. I haven't had the chance to look into this topic yet, maybe it will happen next winter. With kind regards, Andreas.
It looks like it is only for DBAL [^1][^2], and not for PDO [^3]. Why does Scrutinizer complain then? Is it misguided? [^1]: https://www.doctrine-project.org/2021/03/29/dbal-2.13.html [^2]: https://stackoverflow.com/questions/64468289/how-to-fetch-results-into-a-custom-object-now-that-fetchall-and-fetchmode-are [^3]: https://www.php.net/manual/en/pdostatement.fetchall.php
Hi again, while the best solution for limiting database connections is by using [PgBouncer] or [SQL Relay], this would be a concern separately from this driver, as this will mean...
I was wrong on my assumption `GuzzleHttp\Pool` would be some kind of solution here. Despite it's called `Pool`, it is apparently about batching multiple requests, where the number of requests...
I am now following up on the HTTP connection keep-alive / connection re-use aspects, with respect to the current HTTP client implementation based on Guzzle and the PHP cURL binding,...
Quickly searching my `vendor/guzzlehttp` directory, it looks like none of the different `CURLOPT` settings listed above is used by Guzzle's [`CurlFactory`](https://github.com/guzzle/guzzle/blob/7.5/src/Handler/CurlFactory.php) at all.
GH-53 adjusted the default timeout to `0`, which apparently means "indefinitely", mostly. After reading the discussion(s) referenced below, I wonder if it was a good decision? It's not completely clear...
@wetterfrosch said about this: ### Background > Finally I remember: There was a "sanitize_html"-feature enabled by default in transition to Grafana v6.0.0-beta1, see [breaking changes in the changelog](https://github.com/grafana/grafana/blob/master/CHANGELOG.md#breaking-changes-4). > We...
Thanks for suggesting that. It looks like these fields ``` category: "highway" type: "motorway" ``` are only available when using the `jsonv2` request format for Nominatim, see - https://nominatim.openstreetmap.org/reverse?format=json&lat=-34.44076&lon=-58.70521 vs....
@ohobby: We may want to post the outcome of our discussion here, so that others from the community can benefit from it.