Kristijan "Fremen" Velkovski

Results 44 comments of Kristijan "Fremen" Velkovski

As a side effect to this, I was thinking of adding the ability for humanize to handle a custom locale class. Currently, one has to add a custom locale class...

hey @swxs, 0.14.2 is a very old version! Try out the latest version. 1.2.2 currently outputs: ``` >>> arrow.get("2020/6/17\xa0\xa000:00:00") ```

it's not currently possible. But you might do some custom logic to compare a range of minutes, do a replace and then a ceiling/floor with a minute frame, perhaps as...

We don't have stub files(pyi) as the type hints are in the code itself. The docs at https://arrow.readthedocs.io/en/latest/#api-guide also have the return types for each function/method.

hmm, this is a neat thing to have! I think we should probably have an option to return the humanized strings as a list or dict as well?

seems to be correct, the timezones differ by 2 hours, which makes up in the resulting time difference. try specifying the timezones explicitly for now(), as it uses the local...

Indeed, cldr has most of the relative types for many languages. This would mean a bit of a refactor and changes to the current locale setup to accommodate the layout...

Thanks for the version numbers breakdown @systemcatch

@systemcatch hey, would you be able update the stats to see if we should consider making a decision on this?

@gh-adithya yes, it's open. I had https://github.com/arrow-py/arrow/pull/1010 as a draft PR a while back, you can continue off of that if you'd like.