Francis Charette-Migneault

Results 65 comments of Francis Charette-Migneault

I was pretty disappointed to learn that subscription by the repo itself is a pre-requirement. Seems very unrealistic to expect public repos to just accept and integrate an outside app...

Do we want to add `getJson` methods and other 'reader' classes within the existing `WebProcessingService` class? I find many of the items should be handled by swapping the reader. (eg:...

For testing responses, I can open access to this one for the duration of the code-sprint: https://ogc-ades.crim.ca/ADES The core OGC-API processes routes should be very close to the reference API...

@huard They are here: https://ogc-ades.crim.ca/ADES/json But only a flat list (no `$ref`). Generated from : https://github.com/crim-ca/weaver/blob/master/weaver/wps_restapi/swagger_definitions.py Which decorate corresponding routes in https://github.com/crim-ca/weaver/blob/master/weaver/wps_restapi

I have found examples that are definitely not aligned with the schema themselves. I also find that using existing YAML file references to validate the schema is better than trying...

IMHO, I would avoid having both `master` and `main`. It will just make things even more confusing. I find the versioning method skipping odd minor number already hard to follow...

> The even/odd strategy comes from [Fogel](https://producingoss.com/en/development-cycle.html#release-number-even-odd-strategy) and is used by various FOSS4G projects. I can see the use case for Linux being such a large code base and where...

For rename, it is probably better to use github's utility in repo settings. It helps older references (aka possibly in other repos, configs, et.c pointing to pywps) to redirect `master`...

Should be an easy fix by @cehbrecht / @tomkralidis