terencechow
terencechow
I'm trying to understand the performance difference from the 2 options. When I ran the multi-threaded test I got an average speed of ~1.5 ms (I have 8 cores). In...
This seems like a bug to me. Not sure if it is a bug in swagger-node or swagger-core. Already raised a [stackoverflow question](http://stackoverflow.com/questions/42581052/where-does-default-value-show-up-in-swagger-node-request) with no results. To reiterate that SO...
https://github.com/iearn-finance/iearn-finance/blob/develop/src/components/lending/supplyAsset.jsx#L401-L403 is resulting in below screenshot.  Note that my asset balance is 0 but it shows up as "0.0000000000" . It looks like your repo came before the official bindings, hence the need for...
This library is used in `swagger-restify-mw` but I am unable to have route specific middleware with restify as a result. Restify requires route specific middleware in the following signature: `server.get('/someroute',...
**Describe the bug** When a contract has 2 booleans beside each other, calling setVariable to each boolean will replace the mocking of the first. **Reproduction steps** 1. Deploy this contract:...
After the initial render, clicking between routes has a flash of unstyled content. Your example repo is very basic, so it is hard to see, but if you open chrome...
Hi, I see `package.json` does `nodemon exec babel-node bin/server.js` Following the code, that will trigger `server/main.js` which retriggers the webpack compiler for the client. When updating a server file is...