Justin Parker

Results 65 issues of Justin Parker

The web interface can fail occasionally when a node is first created or a node has just been started due to the host starting up. Typically there's an error in...

bug
inconvenience
minor

When used like this: ```python @local_action({ 'title': 'On', 'desc': 'Turns this device on.', 'group': 'Power', 'caution': 'Ensure hardware is in a state to be turned on.' }) def PowerOn(): console.info('Powering...

bug
minor
retrograde

By example, the following results in bindings not being shown despite them being present (and active). It shows `ipAddress` and `IPAddress` not being matched. **Part of script.py** ```python def remote_event_ipAddress(arg):...

bug
workaround exists
inconvenience

As per title, you browse a node and the Log simply says "Initialising".

bug

Being able to duplicate a node (basically entire contents of node folder) but with a different name would be really useful. Being able to do some simple substitutions or editing...

feature request

Possible related Chrome console error: ``` Uncaught TypeError: Cannot use 'in' operator to search for '_$visible' in null at me.initHid (nodel.js:60) at r (components.min.js:1) at eval (eval at Le (components.min.js:1),...

bug
workaround exists
inconvenience

By example: ```python local_event_Someones = LocalEvent( { 'title': "Someone's Special Event" }) ``` renders like this: ![image](https://user-images.githubusercontent.com/5266533/105130717-a850d580-5b3b-11eb-98b6-34a9c5a68b5c.png) It's supposed to have the title **Someone's Special Event**.

bug
minor
polish

Most other programmatic script handlers go through a safe callback systems (thread-safe, errors logs probably, etc.) Action handlers need to be handled in the same same.

inconvenience

e.g. flipping away from a large busy Dashboard to another tab / application and then flipping back to the Dashboard causes lengthy delays while it appears to reset its state...

inconvenience
minor
retrograde

I propose the following: 1) For nodel-core (this repo), a prominent section is reserved at the top of the [README.md](https://github.com/museumsvictoria/nodel/blob/master/README.md) that is simple and looks a bit like this: ##...

proposal
discussion