Jean Vincent

Results 20 comments of Jean Vincent

I think that JavaScript is perfectly fine for AI and in some cases there is no other option, such as running in a web browser or a (hybrid) mobile APP...

Your README mixes both English and French, which will make it extra hard to detect language. You are probably not alone mixing languages as this can happen for a number...

Proper detection is certainly the best way going forward. Considering the complexity of implementation I was considering other options. In your case, blacklisting would be the most appropriate short-term solution.

@thoppe, you are going to have this same problem with countless other words, French and English in particular share countless words with slightly different spellings. e.g. example / exemple, appartement...

Maybe another possible suggestion, if some repo owner rejected a pull-request once, you may want to blacklist that repo automatically to avoid submitting further suggested fixes.

Here's a wikipedia article showing a list of common spelling mistakes in French, it is used by the WPCleaner bot to detect spelling mistakes. https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Liste_de_fautes_d%27orthographe_courantes You should expect that most...

We are currently working on core documentation manuals. A tutorial will come after that. For now the best source of information is to look at the examples in the examples...

To see the raw preview of Toubkal documentation: ``` bash node site/server.js ``` Then point a web browser at [http://localhost:8081] Eventually we plan on hosting documentation at toubkal.rocks, which currently...

Full documentation including internals is now available at https://toubkal.reactane.com/ Documentation link also included in updated README.md with additional details. Basic tutorial "teaser" is at the start of README.md.