Kyle Simpson
Kyle Simpson
Thanks! :)
I don't know typescript, so I cannot say for sure, but the types file seems to indicate some assumptions of usage that are not strictly required. For example, the `val(..)`...
I am sorry I never circled back to provide feedback here. What occurs to me, glancing at this, is that perhaps the best division of concerns should be that the...
Sorry... no, I think there's good stuff here I just haven't had the time to think about this project. I barely got my attention today to fix a pretty insidious...
check out bluebird's "long stack traces". It has to do with being able to trace/inspect the entire async stack of operations that preceded an error.
Thank you for the estimates. I am partially concerned about "cost" (file size, perf) and partially concerned about the best way to configure it (per chain) -- default on or...
Want this to work in browser too. So no on env vars. Should also investigate if there are other things that should be configurable per instance and if so, make...
Do you have any links to read more about this?
Perhaps a way to specify a listener on a sequence that is notified for each step, so someone else could hook into that from the outside and listen to an...
I actually don't think the tests need to be bundled. I need to figure out how to get npm test to figure out which tests are appropriate to run or...