Justin Parker
Justin Parker
When nodel first starts up it records a start timestamp and is labelled as part of the Uptime field in when presented in **/diagnostics.xml**:  The data it uses is...
Covers issue museumsvictoria/nodel/issues/252. @mcartmel - please review naming, etc. @scroix - do you have any opinion on the naming given it's based on the `` element; `` has been chosen...
Refer to full sample listed in #253 - if this is data is used instead: Part of **script.py** ```py def main(): local_event_DynamicList.emit([ { 'key': '1234', 'value': 'JP'} , { 'key':...
Currently there is a `` component that allows for a dynamic list of options that are presented via a pop-up. In some cases it would be ideal to provide a...
e.g. in **/diagnostics** you can get things like this: ```log 03-29 08:35:18.68 These functions are stuck - mains (1d 2h ago) 03-29 08:36:18.54 These functions are stuck - (script.py loading)...
For example, the following stack-trace might cause unnecessary alarm for someone reading it. ```log Unexpected exception occurred, pulling down channel server. Mar 25 06:25:03 ndl-_____ jsvc.exec[770]: java.net.SocketException: Broken pipe (Write...
This would be a really useful feature. Being able to create a node from contents of the clipboard from here:  It would be good to be able to "Copy...
Ability to have `` would be nice so text can be scroll in space restricted spots.
With large numbers of nodes **/diagnostics.xml** sometimes struggles to render all available measurement charts. Ideally they should be filterable by name, initially not rendering any. This is also in preparation...
e.g. `_toolkit.getHttpClient().setProxy('1.2.3.40:80')` appears to try `1.2.3.4:80`.