Open johnyesberg opened 5 years ago
Hi guys, I second John's comment - thanks for all the great work on this. It's been incredibly useful.
Since John mentioned using my fork, I figured I'd chime in with what I did and why. I can wrap this stuff into a PR if you'd like. I didn't before because I had the impression that you, like me, forked it and edited it for a project need rather than out of a burning desire for long-term maintenance / ownership.
get...()
requests that had multiple resolutions, like a .done
and a .unlessEvent
.require()
it - but I am not totally certain if this would break any other use cases.this.sim.pause()
workBatch = (await WorkQueue.getDatastore().sendNativeQuery(q)).rows
this.workQueue = this.workBatch.reduce (acc, item) ->
//do some stuff
, {}
this.sim.resume()
-Nate
Hi Bernie, Thanks for your valuable work on sim.js I notice that @nkofl has made a few neat looking updates in a fork. I wonder whether you'd seen those, and whether you had any plans to continue nurturing sim.js. Would you welcome pull requests, or perhaps you're doing other things and would find them tedious? I'd like to start using it in a new project, and need to decide whether to
npm install simjs
, or to build from nkofl's repo. Thanks and best wishes, John