Ian Obermiller

Results 6 comments of Ian Obermiller

Is the question here whether or not `type-fest` should export `Simplify`? I found this type and was hoping it was exported, since we have components that compose their props as...

That definitely helps! There are still issues with 50-100 balls but it is better.

Radium expects the component to be something it can inherit from (see [Enhancer](https://github.com/FormidableLabs/radium/blob/a428bdff4337183c91e4e2b92ea75f796c00edea/modules/enhancer.js)). Not sure I understand exactly what the problem is. Radium doesn't "check the prototype"; the most it...

> Does React.createClass() return a constructor function? How does Radium (and any other lib in the React ecosystem) work with .createClass()? Yes, `createClass` does return a constructor function. Radium works...

Most of the time spent is not rendering the canvas, IIRC, but it is building up the clone of the HTML that will be shoved into an SVG that will...

mkdirp is a module: https://www.npmjs.com/package/mkdirp. I think I ran into this the last time I looked, can't remember how I fixed it, or if I did.