Diego Barahona
Diego Barahona
I saw it was using https://github.com/teambition/merge2, but can't think if an example on how to use this? Can I manipulate the merged stream? Thanks :)
Why is this action doing a package manager install when a `coverageFilePath` is provided as input? If all information is there, why we need to force install? https://github.com/ArtiomTr/jest-coverage-report-action/blob/08d11f0e6441f75e59498356304658f8e55c6760/src/stages/getCoverage.ts#L24
## Proposed changes Use a context data library, [cls-hooked](https://github.com/bringg/cls-hooked) to fix a context issue reported in #105. Previously, convector had problems with concurrent transaction, because it was [setting a global...
## The problem Concurrent invokes may mix up the transaction context, resulting on unpredictable behaviors on block result.
## The problem Bring support to Hyperledger Fabric 2.0, this will mostly involve changes in the fabric adapter or create a new adapter for this.
## The problem It would be helpful to write some utilities functions like making parallel invokes or in batches.
No info is provided about the error, this is the chaincode error ``` info: [Chaincode] Args: CarCar_create,{'name':'test','id':'iddd',created:0,modified:0} error: [Chaincode] no function of name: CarCar_create found 2019-02-20T05:53:20.939Z ERROR [lib/handler.js] [ch1-a0f5c273]Calling chaincode...
We use github pages for the docs, but right now it's a manual process to deploy them. We can use a package like https://github.com/tschaub/gh-pages or https://github.com/meandavejustice/gh-pages-deploy
Right now, relationships are based by keys. We should add proper relationships decorators following ORM patterns like One-to-One, One-to-Many and Many-to-Many.
You're initializing the timestamp [here](https://github.com/wearetheledger/fabric-mock-stub/blob/master/src/ChaincodeMockStub.ts#L134) but it evaluates to 0 when consuming from [StubHelper.getTxDate()](https://github.com/wearetheledger/fabric-node-chaincode-utils/blob/master/src/StubHelper.ts#L246) Use `Date.now()` as a default value