Kip Cole

Results 134 comments of Kip Cole

Yes, I think the tuple form is perfectly fine. Not a million examples in Elixir libs but I have used that pattern for the same reason in a few cases....

I think your discussion above explain why its not really ready for a `stdlib` discussion. And I think there are precious few of us interested in this topic :-). Although...

I like how this discussion is progressing ideas around a challenging but valuable topic. #### Extending parameters Extending parameters. You are right, its a programmer responsibility. Converting a `naivedatetime` to...

It would be great if, at the end of this journey, `CalendarInterval` was something that could be considered to become `Calendar.Interval` :-)

I'll start with updating `new/2` for the 2-tuple form and the `Date.Range` form. Tackle the easy things first :-) For closures. I think its like this for me: 1. For...

I'd like to see a precision of `:week` be available too. I have added [an issue](https://github.com/wojtekmach/calendar_interval/issues/5) to see if there is interest in a PR to add support for calendars...

Very happy to collaborate on I18n/L10n from #2269 (I'm the author of [Elixir CLDR](https://github.com/elixir-cldr).

Great initiative and for me perfect timing given I've been implementing functions for CLDR over the last 2 years (not based upon ICU). Reflecting on that experience and the great...

Have finished the implementation and tests. Just need to write some documentation updates and its ready for your review. Should be fine in the next 12 hours. Been an intense...

It's possible you might find [Image](https://github.com/kipcole9/image) based upon [vix](https://github.com/https://github.com/akash-akya/vix) that is Elixir bindings on [libvips](https://www.libvips.org) for the functions you referenced. While `Image` might not have all the convenience functions you're...