Justin Parker

Results 65 issues of Justin Parker

This is how it functions at the moment: * filter specified: ![image](https://user-images.githubusercontent.com/5266533/86206894-c01d3800-bbb0-11ea-933f-813c47da2436.png) * same specified: ![image](https://user-images.githubusercontent.com/5266533/86206746-6e74ad80-bbb0-11ea-9c98-3c941274df16.png)

inconvenience
polish

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...

inconvenience
concern

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...

bug
workaround exists
inconvenience
minor
backlogged

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:...

enhancement

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...

inconvenience

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...

enhancement
inconvenience
polish
feature request

see https://github.com/justparking/feature_nodeluiunify/issues/48

enhancement
polish
feature request

For example, when streaming a video file via Chrome, a 401 NOT FOUND occurs.

bug

**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...

enhancement
workaround exists
inconvenience
feature request

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...

enhancement
polish
feature request