John McLaughlin

Results 10 comments of John McLaughlin

@perfectmak -- since you asked I'm motivated to upgrade -- give me a week or two to get back to this. Thanks.

@httpJunkie Thanks for asking. I'm not actively working on this, so I can certainly hand it off to any responsible developer. Would you like for me to add you as...

@elie222 Thanks for the thoughtful questions. I'm "heads down" on another project right now, but I should be able to get back to this next weekend.

Short answer: MetaMask will show up when you use the Rinkeby (`npm run start_rinkeby`) or Main networks. (Let me know if it doesn't.) The basic `npm start` just uses a...

One overall architectural choice for this tool is a clean separation of concerns between the front end development (`src` folder) and the solidity development (`dapp` folder). The action of `deployInfo.js`...

@elie222 Thanks again for your questions. At very least they made me look back and justify my choices. I've actually been way too busy lately to do all that I've...

For some reason no votes are displaying at all. Before Voting through the UI you should see 1 vote for Rama, and 0 for Nick and Jose. Did you see...

Right -- the example is very bare bones and primitive.

I'm seeing a related issue using Storyshots ``` Invariant Violation: getNodeFromInstance: Invalid argument. at invariant (node_modules/fbjs/lib/invariant.js:44:15) at Object.getNodeFromInstance (node_modules/react-dom/lib/ReactDOMComponentTree.js:162:77) at Object.findDOMNode (node_modules/react-dom/lib/findDOMNode.js:49:41) at ContainerDimensions.componentDidMount (node_modules/react-container-dimensions/lib/index.js:72:44) at node_modules/react-test-renderer/lib/ReactCompositeComponent.js:265:25 at measureLifeCyclePerf (node_modules/react-test-renderer/lib/ReactCompositeComponent.js:75:12)...

I dunno. It looks like the approach for `react-measure` was to entirely avoid `findDOMNode` and use a `ref` instead. That required a change to `react-measure` and some changes to its...