Nathan T.A. Lewis

Results 2 issues of Nathan T.A. Lewis

This seems very similar to https://github.com/brigand/babel-plugin-flow-react-proptypes/issues/147. React now also provides `ElementConfig` that works almost the same as `ElementProps` but preserves the optionality of default props. Documentation at https://flow.org/en/docs/react/types/#toc-react-elementconfig Trying to...

This seems very similar to #129. The code in question: ```haskell let y = (TF.minimum 0 (TF.expm1 x)) `TF.add` (TF.relu x) ``` The error message: `numOuputs not implemented for "Minimum"`...