David DIVERRES

Results 24 issues of David DIVERRES

Example: ``` User: guessFrom: "Person" properties: email: { unique: true, nullable: false } email2: { nullable: false, guessFrom: "email" } ``` The `guessFrom` option is not recognized for the field...

In case of multiple resources with the same IRI, the hydraClient merge all into one? Test case: - two resources, `Offer1` and `Offer2` (iri=http://schema.org/Offer) - one resource `Order` with _OneToMany_...

@see https://github.com/api-platform/api-platform/issues/635 About the api-platform documentation at: _Changing the Swagger UI Location_ I got this error for "/" and "/docs" routes: Serialization for the format html is not supported. ```...

The current model for the GoogleMapsPlaces provider has some missing fields. This PR allows usage of all fields provided by Google Maps Places returned when mode=search. Added fields: * business_status...

provider
improvement
need tests

In case you use a bad API key, the error message returned from the API is not displayed.

bug
provider

In case of subresources using the same "iri" of the parent, all fields are merged into the same resource. Test case, two entities with the same iri: ``` // entities...

Hacktoberfest

Using more than one record configured, the update make nothing when the first record has the same IP (unchanged). file "dyn_gandi.py" @ line 92 ``` dns_ip = r_record['values'][0] ```

I like this boilerplate, the setup is light and allow multiple sub-projects

Fixes: https://github.com/mhujer/BreadcrumbsBundle/issues/34