Justin Parker
Justin Parker
This is how it functions at the moment: * filter specified:  * same specified: 
This could be dangerous as code failures related to `at_cleanup` might leave the programmer oblivious to any necessary clean up code that was not executing correctly (e.g. and cause resource...
Related console dump: ``` 12:35.88 java.io.FileNotFoundException: .\nodes\MW-01-AV03-RP01 PC (xxxx - xxxx - xxxx, xxxxx)\.nodel\nodetoolkit.py (The system cannot find the path specified) 06-29 23:12:35.90 (Python and Node script(s) loaded with errors...
If poor scripting results in unintended memory leak in server, warning or action could be taken? ``` 2019-07-08 05:07:07.348 WARN [org.nodel.threading.ThreadPool] [pool_Toolkit_11] An unhandled exception occurred within a thread-pool java.lang.IllegalStateException:...
Currently, it takes an involved and likely error-prone procedure to install Nodel hosts as background processes on OS X (see [guide](https://github.com/museumvictoria/nodel/wiki/Install-Nodel-as-an-OS-X-process)). Is it possible to cut down the number of...
It's becoming more and more of a requirement to support friendlier signal/action names. At the moment Nodel-backend has to highly sanitise these names in order for them to be processed...
see https://github.com/justparking/feature_nodeluiunify/issues/48
For example, when streaming a video file via Chrome, a 401 NOT FOUND occurs.
**Background** 1) Nodel comes with its own native technical frontend for every node it hosts. URLs take the form `http://IP_ADDRESS:PORT/nodes/NODE_NAME` and they are embedded within each Nodel version. 2) Custom...
Description by example: ```python local_event_ImageURL = LocalEvent({'schema': {'type': 'string', 'format': 'hyperlink'}}) ``` (_hyperlink_, _link_, _url_, _uri_, etc., whatever's most obvious) This would provide a link to click within Signals when...