Glenn Matthys

Results 53 comments of Glenn Matthys

> In some cases, I found the production nodes with a dead connection issue and cannot reconnect, no matter how, until you reset the flow. I manage that case as...

> NOTE: reconnect action should be used only when you first disconnect your client. It can break normal node-opcua reconnect build in functionality. Root cause for the connection break should...

The other bug report with this issue was closed but the problem's not fixed yet... I downgraded to 0.2.292 and it still fails to reconnect after any kind of failure......

Ok I went full sledgehammer on this one... Started a separate Node-RED instance and used the [Node-RED HTTP API](https://nodered.org/docs/api/admin/methods/post/flows/) to reload the flows once it detects it wasn't able to...

I needed `serialNumber` and `role` attributes in the subject, was able to make it work by doing this: ```javascript import node_forge from 'node-forge'; const { asn1, pki, md } =...

I think it's safe to say the project has been abandoned. Either the project should be forked or migrate to Grafana Canvas or some other plugin that can do the...

I think the only way to contribute is to fork this project, I think the project's abandoned.

+1 Seems like a nice usability improvement in cases where you're working with months and selecting a day wouldn't make sense.

I'm having the same issue, here's what's in the log: ``` --------------[UI error]--------------- TypeError: Cannot read properties of undefined (reading 'constructor') at d.getItemAtIndex (http://127.0.0.1:53710/static/js/generated/vendor.others.js?ver=80900:312:1306959) at getItemKey (http://127.0.0.1:53710/static/js/generated/vendor.others.js?ver=80900:312:1307410) at w.render (http://127.0.0.1:53710/static/js/generated/vendor.react.js?ver=80900:2:218391)...

Ah yeah, new path-to-regexp version breaking everything, let's break people's code for some made up by committee reason, good going guys.