Jeremy Huffman

Results 80 comments of Jeremy Huffman

This is a good idea but a couple of points I would change. First, ansible_default_ipv4 does not return "private addresses". It returns [whichever IP](https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts.py#L2300) is on the default route to...

The git push doesn't actually complete. If you run git push to Heroku locally, you'll see the call does not exit until build/release is finished.

> To the point of the bold warning that "you may not need this library", I feel it's meant to bring about critical thought like this as to what is...

@conartist6 From a quick read of `reductive` source I do not think it is going to do that for us either. It renders as long as the State is populated....

That's right. `mapStateToProps` doesn't ONLY let react-redux determine what has changed, it also enables your component to access the data it needs. While it could contain data you don't use,...

@rickyvetter These are all great considerations but none of them are unique to Reason/OCaml. The verbiage in the README is specifically telling us: You may not need global state management,...

>A lot of people are interested in Redux for the reproducible/standardized pattern of actions. Good point. I guess I never thought of using a library like `reductive` for anything other...

We resolved this awhile ago and are running these versions in CI presently.

Yeah, I wish I'd documented this at the time but I ran into a doubt regarding these changes; from what I recall I found that `plt_add_deps` did work, but I'm...

PRs are always welcome. Most likely this needs to be fixed in [erlex](https://github.com/asummers/erlex).