Randy Topliffe
Randy Topliffe
First off, I would like to thank everyone that has contributed to the new beta release! Thank you so much, you're all the best! 😄 Now that the v3.0.0 beta...
I talked about the problem here: https://github.com/convert-units/convert-units/issues/204#issuecomment-939082014 I think it's worth updating all the units to use scientific notation where possible since it helps to dodge the floating point error...
> This post is my attempt to be as transparent as possible. Hello folks, my name is Randy! I'm introducing myself today because @ben-ng has passed on the role of...
The idea behind this PR is to change how the library is packaged so that it hopefully now supports ESM. It also removes the definition export from the main index...
> [Related forum post](https://ask.openrouteservice.org/t/foot-walking-profile-doesnt-seem-to-avoid-highway-trunk/4171) --- #### Here's what I did Using the API playground: ``` POST: https://api.openrouteservice.org/v2/directions/foot-walking/geojson ``` With the following json payload: ``` {"coordinates":[[-83.033492,42.312440],[-83.039040,42.317549]],"preference":"shortest"} ``` --- #### Here's what...
- replace python script with node so that python isn't needed as a dependency
- Fixed small python code so it supports python 2.6+ and python 3.3+ - Added into the README that python is a dependency
Pull request #316 is meant to fix the digital units and resolve #125 . I'm hoping that someone has the time to look over the pull request before I merge...