Laurent Alebarde
Laurent Alebarde
We have now in the _conditional controllers_ (cf [here](https://github.com/kizniche/Mycodo/issues/1203)): - python import section - initialization section - run periodic code section - return dictionnary section I miss an additional _methods...
When I edit a conditional controler code, the IDE opens it and displays the different sections, but it is usefull sometime to see the whole class code. Sometimes it is...
Hi Kyle, When a conditional controller disables a conditional controller, its status is not refreshed in the function view. If I refresh the browser tab, then the status is updated:...
Hi, ` show_object` enables to set colors on objects, but I don't find information on other options. Where can I find the full list please? For example, I would like...
In the following example, after the split, I expect the workplane to be in the plane of the split, but it looks like it is centered on the center of...
Hi, Nice work, thank you. For security reasons, I want to change database name, database user name and password, at least the password, but I fail to do so. I...
Hi, I have generated successfully the json file (4Mb) and pointed to the index file from my browser, but the window is blank both under Chrome and Firefox.
Could you please put all specific data in a single place json file? e.g.: ``` banks = {"YES": "YES BANK", "ALLA": "ALLAHABAD BANK"} title = ["mr.", "shri", "ms.", "mrs."] df...
My bank documents have two dates with different format, one for the date of operation, one for the effective account change. Plus the first one misses the year. Here is...