François
François
**Which version the bug has been detected** Luos engine 2.5.2 **Describe the bug** After a while (several minutes), random services on the network stop receiving messages from the Gate. Each...
**Which version the bug has been detected** Luos engine 2.5.2 **Describe the bug** Not really a bug, but weird code: in the JSON to message conversion, "update_time" is handled twice:...
**Which version the bug has been detected** Luos engine 2.5.2 **Describe the bug** When exactly 25 nodes (in addition to the one hosting the gate and the pipe) are on...
**Insert the documentation link:** https://www.luos.io/docs/tools/api-json#custom-parameters-and-specific-messages **Describe the issue or the suggestion:** The following snippet is wrong: ```python def sendCmd(s, cmd, sleep_time=0.5): cmd = cmd + '\network' ``` **How would you...
Has an official linter already been selected for Pyluos' code base? If not, I would like to suggest [pylint](https://pylint.pycqa.org/en/latest/).
**What feature would you like to be included in Luos?** It seems that Pyluos doesn't complain when the user sets a value to an attribute that doesn't exist. For instance,...