Geoffrey Clements
Geoffrey Clements
Hi, we've run into what I think the issue here is. For a larger project there will often be **many** versions of moment in the node_modules directory. We often get...
Yeah, that was what I was thinking. extend() would just extend the version passed. It would still automatically extend the moment it gets to not break existing apps. moment-timezone actually...
You can probably close this since I think the above is the answer. Maybe add a note in the readme for people using twix and moment-timezone.
Another use for this is to be able to pass a listening port in the arguments parameter of the deploy section of a container running an app you don't have...
Spent a little time making this work in phoenix. read_body/2 has long since been called in phoenix. They key is to use body_params. Just call Poison.encode!(conn.body_params) rather than calling Conn.read_body(conn)....
@slogsdon sure, I can make a PR. I'll have to implement it properly since I just hacked things together to make it work for my case. :)