Nick O'Leary

Results 752 comments of Nick O'Leary

Hi @gmag11 you should still be able to use `MQTT_MAX_PACKET_SIZE` to set the packet size. The `setBufferSize()` was added as a way to allow the sketch to change the size...

It is true to say these types of loops have always been possible with nodes: A key difference is that those nodes can contain logic that break the loop as...

Having played with this, I'm not convinced it's the right approach. If someone has enlarged the default grid, it will make their nodes much bigger than they need to be....

When I tested this PR, I set the grid size to 50 and the nodes got huge. Some grew by 30px to get aligned on the grid - that just...

This is not a bug. It is the behaviour we've had since very early days of Node-RED. So we can't just treat this as a bug fix. We need to...

I don't think so. The recent changes to the Twitter API have meant certain features in the node are no longer available. For this option, we use https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-home_timeline - which...

It's possible - but our focus is on the core Node-RED project at the moment. The hard part, with all the recent API changes, is the rate-limiting. If this was...

Express, the framework we're built on top of, automatically appends the charset field and doesn't provide any way to stop it from doing that. This was in response to a...

We introduced better error reporting in various places in 3.0 when there are invalid values in the typedInputs. It didn't take into account the fact an Env Var string (`${FOO}`)...

In our years of experience with mqtt, the dup flag has rarely ever proved useful. All it tells you is that you *might* have seen the message before. If that...