bartbutenaers / node-red-contrib-blockly

A Node Red node for visual programming a function using Blockly
Apache License 2.0
88 stars 22 forks source link

Add buffer -> list -> buffer blocks #119

Closed cymplecy closed 9 months ago

cymplecy commented 9 months ago

As I'm doing a lot of work with buffer payloads at the moment in my MQTT broker project,

I'm finding it's easier to convert them into list and then use the extra functionality of the list blocks

image

to manipulate my data and then convert back again

But I have to cheat and convert them using these sort of constructs image

So, I'm thinking we could do with 2 extra buffer category blocks to do the conversions

I'm happy to have a go and do these myself and then send PR once working

Does this sound good/OK with you?

bartbutenaers commented 9 months ago

Go for it ;-)

cymplecy commented 9 months ago

Got it working - just need to tidy up a bit before issuing PR

image

cymplecy commented 9 months ago

PR issued