Anthony Amanse

Results 6 comments of Anthony Amanse

@yigitpolat Made some updates on the pattern to include a script. Might be worth a try

Hi, You would need to create your own blockchain network with [hyperledger fabric](https://hyperledger-fabric.readthedocs.io/en/release-1.3/) and modify it with your own chaincode for your own app. There's also a [blockchain platform](https://www.ibm.com/cloud/blockchain-platform) that's...

Dues to changes in the source code https://github.com/gameontext/gameon (they've removed amalgam8 sidecars in their images), we're exploring the use of [Istio](https://istio.io/) in kubernetes

@EnriqueL8 No worries. Changes made, used `Order` instead of `OrderBy` in functions. Also added a test case if column is not found in table

@EnriqueL8 Moved the logic to `getOrderBy`

@EnriqueL8 Feedbacks are always great! Merged the `getOrderBy` function instead of overloading. Sorted the `rows` using `rows.sort` instead of hardcoding it.