Mike Calvanese
Mike Calvanese
@bahmutov dug into it a bit and noticed that it's ignoring a line in the stack trace because of this check https://github.com/bahmutov/stack-sites/blob/master/src/index.js#L6 stack trace looks like: ``` __proto__:Array[0] 0:" at...
also, haven't looked into the other issue, but is there any way to look up the stack trace for an `it()` call specifically? I think right now snapshot assumes that...
got the stack trace debugging on https://github.com/bahmutov/stack-sites/blob/master/src/index.js#L13
@sohkai what do you think about allowing apps to send a batch of transactions in a single message, and having the aragon client manage these as a step by step...
@hbzhang I think this would work: ``` api.afterGetPeople(execPeopleQuery); function execPeopleQuery(req, res, model) { res.send({ id: model.get('id'), name: model.get('name') }); } ``` you would have to use the afterGetPeople hook in...
@nabilfreeman if you're interested, I could add you as a collaborator on this repo
@nabilfreeman thanks for finding this, that's a pretty nasty bug! I think this will fix it https://github.com/mikec/kalamata/pull/7 Try that out for a bit, if it's working for you then I'll...
@nabilfreeman awesome! 🎉