Julien Sagot

Results 175 comments of Julien Sagot

> Who is supposed to create this folder? (for the record, notes_d has been correctly created) One could want to let outbase.ml handle this, as it already create `notes_d` folder....

> Sans le `if not @@ ...`, cela provoque une autre erreur (`Impossible to lock base`)!! > Je ne comprend pas pourquoi!! Le message d'erreur est trompeur. C'est normal de...

This first draft is removing a lot of toplevel refs, so we can improve concurrency model in later versions. I used `git grep '^let .\+ = ref' lib` to find...

> Bonjour, > remarque mineure : si il faut maintenant utiliser une variable d'environnement GW_ALLOWED_TAGS à la place de -allowed_tags ; > il serait bien de le préciser dans l'aide...

`_w` suffix indicates you are connecting to the database as an admin. About the `Unix.EPERM` issue: ``` - [02 May 00] [technical] In Unix version now, each request gets the...

Oui, ce qui passe par le SDN (julian day, pas du calendrier julien, un truc d'astroquelquechose, de memoire) est buggé quand on fait un aller retour from to. A priori...

Il y a deux problèmes distrincts : vouloir *trim* une chaine. Et vouloir *capitalize* le premier caractère qui n'est pas un caractère d'espacement. Le trim automatique de la fonction "capitalize"...

Pour le capitalize du coup, il conviendrait de l'adapter pour capitalize le premier caractère "visible".

It is just because `gwd` needs time to start, and `&` return immediatly. You need to read the output of gwd until you reach the end of file (gwd failed),...

1. This is not where it should be raised (it should be in the function opening the file in `Util.`) 2. This implementation does not allow you to start without...