Stephen McLaughlin
Stephen McLaughlin
> A subflow (subflow 2) used in a subflow (subflow1) loses its flow variables when the flow that calls subflow 1 is changed and deployed. The changes on the calling...
This is a personal pet peeve (not a bug) :)
I propose the following behaviour as of NR V3.1... 1. "Pretty Flow" format ON by default for flows files (same as V3.0) 1. Export defaults to Compact mode in Export...
@lhpz Question: is the node you are developing a fully formed node module (e.g. have a package.json) - or - is it simply a pair of `xxx.js` & `xxx.html` files....
Also, if you do have a `package.json` perhaps that could be shared (you can sanitise it by removing sensitive info like email addresses/company names)
This does not occur on windows but it does on linux. ### Quick version... * `function loadModuleTypeFiles(module, type) {` splits and checks the path of the module using `/` to...
> After updating to version 3.0.2, node-red does not recognize my node, as if the directory is empty, problem disappeared after I applied the fix from #3867. @heunghingwan many thanks...
> Same issue here on Windows. Power loss cause the global context file to be cleared. @marcusekeenan this issue is almost 2 years old & many things have changed since...
Does this need backport?
Hi @NetHans did you sign the CLA? Regarding your PR - thank you very much for the contribution. Can I offer a couple of suggestions please?... 1. The code indentation...