tracy collins
tracy collins
i'm seeing the same error, but I"m running on macOS big sur - ndb v1.1.5 - macOS v11.1 - node v14.15.1
I've been trying to figure out how to read a simple text file on a node server (not in a browser). I can successfully download a JSON file, but a...
@bwl21 Yes, I did see the comment but having trouble getting it to work. The first problem is that dropboxClient.filesDownload returns an object with .fileBinary and not fileBlob as in...
Yes, I know that it returns a promise. My code works when I'm downloading a JSON file (I can parse response.fileBinary), but when downloading a text file, the response (in...
DOH! Turns out all that I needed to do what was: response.fileBinary.toString()
Would love to be able to stream a data set into the evolve() function. I'm running evolution on multiple machines and each one needs to load in the entire data...
> @tracycollins thanks for sharing with us! We'll make this a much higher priority as it seems like something a lot of people are looking for Looking forward to this....
@luiscarbonell I just used plain ol javascript to wrap the network object to add meta data as well as input node names. I didn't know about mappr until you mentioned...
@luiscarbonell this looks good, although I'd also like an option to feed it via a node stream, and maybe also a way to feed it via a fifo, in addition...