elmcraft / core-extra

Utility functions for an improved experience with elm/core
https://package.elm-lang.org/packages/elmcraft/core-extra/latest/
Other
22 stars 10 forks source link

Incorporate some of the functionality from ianmackenzie/elm-float-extra? #49

Open ianmackenzie opened 4 months ago

ianmackenzie commented 4 months ago

This new package looks great and I'd love to update our code at work to use it, but it currently conflicts with the Float.Extra module in my own ianmackenzie/elm-float-extra package. Any interest in a PR merging at least some of the functionality from my package into the Float.Extra module in this package, so that my package can be deprecated? At a quick glance:

miniBill commented 4 months ago

I'd personally love to have equalWithin and interpolateFrom

gampleman commented 4 months ago

Yes, that sounds like a great proposal. I think the main reason I didn't just do it was mostly licensing related as I wasn't confident the licenses were compatible. If @ianmackenzie you're happy to contribute this code under this project's license (assuming you're the original author), then that wouldn't be a problem.

ianmackenzie commented 4 months ago

I am indeed the original author! Should hopefully have some PRs incoming soon...