Laurent Deru
Laurent Deru
Sometimes S11xx tests are failing because of interferences between the background pings and the test ping. When commenting out the background ping process the tests are successful.
### General information - json-editor version: 2.10.1 ### Expected behavior When the `show_opt_in` option is set to `true`, optional fields are disabled and a checkbox is added next to them...
**Description** When using JSON Schema that contains recursive schema references it often happens that we get a "Maximum call stack size exceeded" error **Minimal Reproduction** Here is a minimal example...
When I'm doing the following request go read all the properties of an object instance : ```python network = BAC0.connect(...) request = f"{self.device.address}:{self.device.port} {object_type} {object_instance} all" print("REQUEST", request) network.readMultiple(request, show_property_name=True)...