maudetes

Results 32 comments of maudetes

Thank you for guiding me to these unit tests. In particular, I used test_notfound_exactly_once as an example. For each test I wanted to start a server and shut it down...

Hello, I also have the same issue as @chodak166. Using a router handler and the handler returned by `router.handler()`, I can't override `onTimeout` function. Any updates on how to handle...

Thank you for this feedback. Indeed, due to [udata 3 refactoring](https://github.com/opendatateam/udata/blob/master/docs/roadmap/udata-3.md#the-road-to-udata3), the entire frontend has been moved to https://github.com/etalab/udata-front and no default frontend is available in udata. However, the API...

The documentation has been updated to reflect the udata 3 and 4 changes. See install instructions for udata-front : https://udata.readthedocs.io/en/stable/getting-started/#install-udata-front. I'm closing this issue. Don't hesitate to re-open if relevant.

Agreed with the need for better code consistency. @quaxsze, is there any history on using a pre-commit hook for linting?

Thank you for this detailed issue. I see that we have the same issue on data.gouv.fr, ex: https://www.data.gouv.fr/fr/datasets/liste-des-points-de-recharge-de-la-carte-pastel/. Some inputs on this issue and the possible implementation: * The solution...

Thank you for the script! I'd be interested to know how you've dealt with the `http` resources found. Did you plan to contact the producers or check if upgrading to...

> It would be helpful to precise what's wrong with this URL and help people fix the issue, e.g. give the list of authorised protocols in the error message. Indeed!...

Seems feasible indeed! We can use `_('Invalid URL: %(reason)s', reason=reason)` patterns to build the localized error string. We won't be able to take this ticket in the current sprint iteration...

Thank you for this ticket and [the one in udata-front](https://github.com/etalab/udata-front/issues/142). I suggest that we continue the discussion here since both are similar. I see two things here. First, we don't...