Kelvin Au

Results 21 comments of Kelvin Au

See #5. I will make changes to display the log that it's checking the rates. Now it's only shown in mock mode.

I agree that. That will be probably the next step I will work it on. For now you can just run it in a mock mode (by default) to see...

There is only one example for each arbitrage. For exchange arbitrage, two exchanges (exchangeA & exchangeB) are required because of the nature of comparing price between the exchanges. The format...

@rokcarl I just pushed my working arbitrage code here https://github.com/kelvinau/crypto-arbitrage Feel free to try it out and contribute on it

For anyone who has the struggle of replacing `CommonsChunkPlugin`. Here is a diff of my working config. `MiniCssExtractPlugin` is also needed. ```diff diff --git a/build/utils.js b/build/utils.js index e534fb0..9f2e26b 100644 ---...

Because facets-overview supports multiple sources of data, getStatsProto takes an array of data in a format of: `[ {data: [], name: 'test.csv'}, {data: [], name: 'test2.csv'} ]` where the array...

When will we see this new admin theme?

For anyone who doesn't want to migrate, you can add ``` "resolutions": { "graceful-fs": "4.2.2" }, ``` to `package.json` if you use `yarn`.

how about support for d3 v5?