terencechow

Results 8 issues of 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. ![Screen Shot 2021-02-06 at 8 40 56 PM](https://user-images.githubusercontent.com/1937276/107133966-a9179480-68bb-11eb-960c-84a8af19931a.png) Note that my asset balance is 0 but it shows up as "0.0000000000" ![Screen Shot 2021-02-06...

I'm investigating using graphql & neo4j and came across this repo along with the [official bindings](https://github.com/neo4j-contrib/neo4j-graphql). 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:...

bug

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...