Nicolas Bonnel

Results 19 issues of Nicolas Bonnel

Problem raised by sending data with invalid format for a date field. ``` [ { update_date: '2019-11-20T12:00:48.000Z', station_id: '10', num_docks_available: 18, num_bikes_available: 22, last_reported: '+051856-01-09T19:26:40.000Z', is_returning: true, is_renting: true, name:...

For synchronisation purpose, it would allow to kow quickly if data has changed since last synchronisation.

When searching with a string with special characters, there is an error 500. Example qs : `zenbus:Vehicle:19100001:LOC` This throws an error in lines endpoint for geojson & pbf formats ![Capture...

For instance a file name containing `requête`. The problem seems to come from not replacing special characters in this line : ``` res.setHeader('Content-disposition', 'attachment; filename=' + req.dataset.file.name) ```

The `agg_size` parameter is described as integer, but a string works : we can set agg_size for multiple aggregation levels by separating levels with `;`. For instance `agg_size=1000;100`

We could describe datasets schema with this : https://frictionlessdata.io/specs/table-schema/ This would allow us to use tooling aroud this spec

The service has all text hard coded in french language. We should translate it ASAP in english using something like https://github.com/kazupon/vue-i18n

enhancement

Bonjour, Swagger UI a récemment été mis à jour, avec notamment le support de la spécification OpenAPI 3.1.0. L'Ademe utilise notre outil pour créer des APIs qui sont mises à...