Jonathan Beliën
Jonathan Beliën
Hello @oerdnj, There is now support for `REDIS_SERIALIZER_MSGPACK` : https://github.com/phpredis/phpredis/pull/1530 Is it something that could still be added ? Thanks a lot.
Hello @passasooz, The `limit()` function exists on the `GeocodeQuery` and `ReverseQuery` classes, not the `StatefulGeocoder` class. The correct call is: ```php $geocoder->reverseQuery(ReverseQuery::fromCoordinates($latitude, $longitude)->limit(10)); ```
I'm currently hitting a bump with the integration tests. ``` === RUN TestDNSProviders Testing Profile="INFOMANIAK" (TYPE="INFOMANIAK") === RUN TestDNSProviders/glop.be === RUN TestDNSProviders/glop.be/Clean_Slate:Empty CREATE: [ns12.infomaniak.ch.] helpers_integration_test.go:169: - DELETE NS ns12.infomaniak.ch.glop.be. ttl=3600...
@tlimoncelli Thanks for your reply! That was indeed the direction I was taking! 👍 I'll come back with some updates in the next few days.
To be honest I'm kind of stuck and didn't have time to continue lately ... Any help is welcome and appreciated! But I didn't give up and still think it...
Hello @renanbr, thanks for your contribution. Could you give a bit more context and link to some documentation for you PR? Thanks.
> @jbelien Is there anything we can do to help to get this merged? For now, we're relying on a fork. Sorry for the wait ; looks good 👍 Could...
Hello @patrickghidossi , Thanks for your contribution. I had a first (quick) look to the changes made. This looks more like a breaking change (and so a new major version)...
Hello @dbalabka, thanks for you contribution! Could you give a bit more context to you PR and point to some documentation? Thanks.
This is probably due to the fact the session expiry time in the Welcome Tool is (a bit ?) shorter than the osm.org token expiry time. I'll try to have...