Chris

Results 60 comments of Chris

Thanks for this @kloczek, after running `pytest --find-dependencies` I get the following result. ```shell ===================================================== Run dependency analysis for 1750 tests. Executed 5247 tests in 24 test runs. Dependent tests:...

Hello @kdeodhar16, thank you for your interest in contributing to arrow. A quick look over the code points to `span_range` using [span](https://github.com/crsmithdev/arrow/blob/d6753353002704cdf86e65e59c7c835340723a82/arrow/arrow.py#L740) under the hood. Messing around with the `count`...

@Gravitar64 start and end are still in different timezones, you need to specify it for both of them.

After we fix #848 we're left with a few edge cases. Months still present a problem. ```shell (arrow) chris@ThinkPad:~/arrow$ python Python 3.8.3 (default, Jul 7 2020, 18:57:36) [GCC 9.3.0] on...

@yiransii yes that is what we would expect to happen here.

Maybe we could create a new locale subclassed from the main Hindi one?

@jadchaar do you think we should do a deprecation warning for 3.6 on install like we did for 2.7?

Agreed I think that is the best course of action for now, I will keep posting the usage stats every month so we stay up to date.

@krisfremen no problem, here are the stats for April. | category | percent | downloads | |:---------|--------:|----------:| | 3.8 | 33.20% | 2,175,467 | | 3.7 | 32.77% | 2,147,326...