Dan VerWeire

Results 85 comments of Dan VerWeire

Maybe even more ideal and customizable would be to take an option for each table element type that would be applied as attributes of the element. For example: ```js const...

It can be done with just one opts parameter Case 1: inline CSS required: `tableify(data, { table : { style : 'whatever' }, tr : { style : 'whatever' }...

I don't think that is currently possible with this module.

@nagarajanchinnasamy Please add tests exercising the proposed functionality. Thank you!

Hello, I wonder if for something that large if we need to have an output to stream option for this module. Rather than just building up the html in memory,...

Check the value of `moreResultSets`. If it is true, then the callback function is going to be called again. My guess is that it is true two times and then...

I agree, it should just return an empty object. Is that what you are thinking? I mean like this: ```js var obj = { a: 'b' }; var expect =...

It's a limititation of the size of the udp packet. The module does not yet do message recombining. There is a branch that uses datagram-stream which could probably be adapted...

What version? And are you using broadcast, unicast or multicast?

I think it might be possible, but it's really difficult to test locally without some modifications. And it would involve modifying an internal data structure which might not be forward...