Kyle Tycholiz

Results 5 issues of Kyle Tycholiz

I have `babel.config.js`: ``` module.exports = function(api) { api.cache(true) return { plugins: [ [ 'babel-plugin-root-import', { root: __dirname, rootPathSuffix: 'src', rootPathPrefix: '~/' } ] ], presets: ['module:metro-react-native-babel-preset'], } } ```...

Trying to make an Icon component a little more modular by allowing a prop for palette level to be passed. Here is the original: ``` color: ${ifProp('palette', palette({ grayscale: 0...

enhancement
PR welcome

Not sure if this is a feature available in the library already or not, but here goes. I wonder if there is capability to be able to return to the...

🚀 New feature

Running through your CR tutorial and running the command `git heatmap --width 25 --filter 'grep src | grep "\.js"'`, as well as just `git heatmap` by itself. Problem is, when...

I have installed all dependencies listed in README, and am able to confirm that both madge and git-madge are properly installed. No errors thrown, just an empty stdout