Jean-Marc Le Roux
Jean-Marc Le Roux
We have the exact same issue using Ansible and the `Stouts.rabbitmq-server` role: ``` dev-image: TASK [Stouts.rabbitmq : Ensure RabbitMQ is installed] ************************** dev-image: fatal: [51.15.165.180]: FAILED! => {"cache_update_time": 1546252405, "cache_updated":...
> À vrai dire je n'aime pas beaucoup l'idée de dégrader le schéma SQL pour se conformer aux limitations de MySQL. Je pense que c'est l'inverse. Dans le cas présent,...
Je ne vois toujours pas pourquoi on mettrait pas un champ `text` en `varchar` vu que ça ne change rien pour SQLLite mais qu'au moins ça marche en MySQL. Personne...
> Le soucis est qu'il s'agit d'une bidouille. On ne peut pas garantir que limiter artificiellement titrefull_s à 512 caractères fonctionnera toujours. Inversement, un index sur un truc qui fait...
+1 pour un CRON via Travis-CI et les dépôts sur GitHub dans une organisation dédiée Update : au temps pour moi, la CI n'est pas forcément une bonne idée.
Le [Bureau Ouvert](https://forteza.fr/index.php/2017/10/26/bureau-ouvert/) a envie de bosser sur ce sujet. Du coup on a créé : https://github.com/Legifrance-Git pour stocker les dépôts des textes. Maintenant il faudrait avancer sur un orchestrateur...
The `$PWD` workaround still works though: ```yml ui: driver_opts: type: none o: bind device: ${PWD}/../../../../../app/asset/html ```
Yet you know how many arguments you have in the lua stack. So "reading" only those arguments and calling the function with only those doesn't work ? On Wed, Sep...
The other alternative is to just ignore the fact that those methods have optional parameters in lua. I don't think that works. If you call a C++ method from Lua...
OK my bad. Today the way I do it is to use overloading or decorator functions instead of default values.