Martin Ratinaud. Web Solutions Creator.

Results 17 issues of Martin Ratinaud. Web Solutions Creator.

Hi I'm planning to use this json linter for our Open Source project https://www.opentermsarchive.org and was wondering how it could be possible to customize the display of the JSON. For...

As a lot of people are using next-i18nnext and I got aware of this project from a comment over there, a migration guide from one to the other would be...

documentation

It sometimes happen that user need to do an action before being able to access the document. For example on [AutoEurope](https://contribute.opentermsarchive.org/en/service?destination=OpenTermsArchive%2Fp2b-compliance-declarations&name=Autoeurope&url=https://www.autoeurope.com/affiliateform/). User needs to click on the `Terms and conditions`...

This might be the expected behavior and to be handle with a specific filter but I believe it's not Example: ``` ARTICLE I. OBJET ``` leads to ``` [ ARTICLE...

Up until now, if the user wants to generate the snapshots and versions, he is obliged to launch `npm start Service` from the OpenTermsArchive project and setup a `config/development.json` file...

As found in https://github.com/OpenTermsArchive/p2b-compliance-declarations/pull/113 lists are translated incorrectly and give ``` 6. **chapter 6**. 1. **subchapter i**. looks ok ... 7. **Chapter 7**. with no subchapter seems ok too 8....

I had to bypass this by adding a weird `?.pdf` at the end of the file on this https://github.com/OpenTermsArchive/p2b-compliance-declarations/pull/75/files A potential solution would be to make a `HEAD` axios request...

For now there is a very complicated bash command in all declaration repositories to run `lint` `test` and `track` All this complexity can be handled directly in the scripts and...

Sometimes, a PDF file is added and [receives a 403](https://contribute.opentermsarchive.org/en/service?destination=OpenTermsArchive%2Fp2b-compliance-declarations&documentType=Commercial%20Terms&expertMode=true&name=Octopia&url=https%3A%2F%2Fseller.octopia.com%2FDocumentCgmad%2F20220101%2F1ab59132-f68f-4cd8-ae3f-1c2d62c21710%3Fext%3D.pdf) when fetching HTML. ``` { "name": "Octopia", "documents": { "Commercial Terms": { "fetch": "https://seller.octopia.com/DocumentCgmad/20220101/1ab59132-f68f-4cd8-ae3f-1c2d62c21710?ext=.pdf" } } } ``` Next step...

Exemple with this [PDF document] from Zalando(https://partnerportal.zalando.com/partners/sfc/servlet.shepherd/document/download/0695q0000052elGAAQ) ``` { "name": "Zalando", "documents": { "Commercial Terms": { "fetch": "https://partnerportal.zalando.com/partners/sfc/servlet.shepherd/document/download/0695q0000052elGAAQ" } } } ``` It works when using - Safari - Brave...