Dave Conway-Jones
Dave Conway-Jones
If anyone makes this work and has the time to update the instructions we would gladly accept a Pull Request. Thanks
Yes - we are well aware of this. Currently the core of Node-RED and Dashboard both still support Nodejs v8 and 10 - moving to that new version will break...
which node is this referring to ?
While an inconvenience I'm not sure this is a major problem. At one point we used to force a refresh of the browser - but then users complained that any...
can you not use the status and/or catch nodes to see the status and or any errors ?
looks good - would you like to create Pull Request for this, or wait for me to have time to cut/paste it ? Thanks
we use the standard speechsynthesis api in html5 - so it ought to be supported but happy to take any advice if anyone cn help debug it. - https://caniuse.com/#search=speechSynthesis can...
Yes the layout algorithm isn't perfect and can be confused by odd sized groups. As you have found the best workaround is to use consistent width groups. Similar to #249
The layout algorithm was created before options like css-flexbox and more modern layout engines were available, and as such works off pixel sizes. Re-coding it to also cope with percentages...
it gets minified into the app.min.js file in the dist/js folder by the gulp script when the project gets built.