The on_metadata_inventory_take method of digiline_inventory:chest was
broken, since it used a `channel` local variable that was never defined,
but should have been fetched from the node's meta
tube = {...} = bad
tube = tableMergeImmutable(defaultChest.tube,{...}) = good
There was also a thing where the stack was sometimes already
stringified.