Buzz Moschetti

Results 8 comments of Buzz Moschetti

OK, so I took the bait. I did not have node on my OS X machine nor coffee so I started by getting that all set up. While drinking coffee,...

So I did this: app.post("/", function(req, res) { return async.waterfall([ function(done) { console.log("inbound body: " + req.body); console.log( JSON.stringify(req.body, null, 4) ); My client side curl is this: curl -d...

Success! Thanks. OK, now onto making the mods. Ageed with adding the tests first. Test-driven development is choice. On Nov 29, 2013, at 2:49 PM, Jonah Kagan [email protected] wrote: >...

In my excitement I put the min/max array aside and change the MAX_ITEMS from 50 100000. The schema file from the online site gets up to n=81 OK. With n=82,...

These are the mods I have in the making, now that I learned coffeescript, installed node.js, etc. etc. 1. Increase MAX_ITEMS from 50 to 10000000. I need to generate some...

Folks: Due to my struggling with coffeescript and out-of-memory errors stemming from the creation of a big list that gets stringified at the very end, I have abandoned making changes...

`brew install snappy` Then: ``` cd avro-c/src ln -s /usr/local/Cellar/snappy/1.1.9/include/snappy-c.h . cd ../.. make ``` Works. However, it was still not able to reference snappy-c.h file, which I manually added...

Steve…? :-) > On Apr 14, 2023, at 9:51 AM, M22Y ***@***.***> wrote: > > > Would help to know if the project is dead. I/we depend on this a...