Chris Arnesen

Results 7 comments of Chris Arnesen

@seetd It seems to me that these days the "bitcore" package just exports the contents of the "bitcore-lib" package https://github.com/bitpay/bitcore/blob/95dc8b291089e2dec814d9a762df2ea341edef40/index.js So either way works fine. You're right though that "bitcore-lib"...

@thackerronak You'll need to provide more context for the problem you're encountering to have any chance of getting help with this. All we have to go on is an HTML...

@carpemer FYI This repository is no longer active. If you want such features you'd have to find them elsewhere or build them on your own.

I was surprised that this repo doesn't have any tests that actually connects to Google Cloud. I'm assuming that's what we mean by "system tests". I agree that would be...

Related: We should prolly publish the "declaration source maps" too https://github.com/Microsoft/TypeScript/issues/14479

I was trying to figure out how to pass command-line arguments to the node executable and landed here. If you're in my boat, the solution is to add a "flags"...

I appreciate this MR. I was trying to figure out in my own code how Nest.js was injecting into my class when I had accidentally omitted the "Injectable" decorator. I...