ybert
ybert
Hello @babenkoivan , In your old package for scout, you made an incredible work for zero downtime migration. I used it for years and it worked perfectly. The good point...
This is a draft about the status API feature. Resolves #711 I'm not sure about the Nominatim part of the code for import date, so if you have any idea...
It can be usefull to search precise data from osm when we do reverse geocoding. For example it can help to search only osm places (locality, city) from a location...
### General Information GeocoderLaravel Version: 4.6.0 Laravel Version: 10 PHP Version: 8.2 ### Issue Description As shown in the cookbook of [geocoder-php](https://github.com/geocoder-php/Geocoder/blob/master/docs/cookbook/http-client.md), we can add configuration on a Guzzle adapter...
Actually we can't get results from several APIs in the relevant language. For example we add a status update in four languages in the oh dear dashboard. Then we can't...
When we create or update a contact we love to use the updateUnabled option to don't care if the contact is already in sendinblue and just synchronize it. The issue...
When I use ```$this->contactsApi->updateBatchContacts(new UpdateBatchContacts(['contacts' => $updateContacts]));``` with unknown emails in contact list in sendinblue I get a 404 error. ``` [404] Client error: `POST https://api.sendinblue.com/v3/contacts/batch` resulted in a `404...
The event API explained here : https://developers.brevo.com/reference/createevent is missing from this SDK. Could you please add this API ? It could be very convenient.
As reported in [sendinblue php repo](https://github.com/sendinblue/APIv3-php-library/issues/257) , we can't batch update contacts as if an error occurs on 1 contact in the batch, it returns an API error with no...
I would like to execute this query : ```php $lineString = MagellanBaseExpression::geometry('ST_LineFromEncodedPolyline', [$polyline]); $query = PassPG::query() ->stSelect(ST::length( MagellanBaseExpression::geometry('ST_Substring', [ GeoParam::wrap($lineString), 0, MagellanBaseExpression::numeric('ST_LineLocatePoint', [ GeoParam::wrap($lineString), GeoParam::wrap('location'), ]) ]), true ), 'location_in_meter')...