anishnya
anishnya
## Feature Request Many locales have the bare minimum when it comes to test cases. While I understand it can be tedious and repetitive to write out test cases that...
## Issue Description As we've added new features such as dehumanize, it's starting to become clear there are some major discrepancies between locale implementations. I think it would be a...
## Pull Request Checklist Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all *appropriate* boxes: - [ ] 🧪 Added **tests** for...
## Feature Request Currently we do not have timeframe strings in the Icelandic locale that correspond with a time delta of zero. For example, we do not have a string...
## Pull Request Checklist Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all *appropriate* boxes: - [x] 🧪 Added **tests** for changed...
## Feature Request It would be nice if we could create/develop some kind of framework, or testing design to standardize the testing of locales. It would help clean up the...
## Issue Description I think we should improve the doc strings in parser.py to be more descriptive and similar like the rest of Arrow.
## Feature Request I think it would be really nice if we were able to add support for Latin alphabet output for some of our Indian language locales. It is...
## Issue Description Humanize appears to have a bug when dealing with multiple granularities. ``` arw = arrow.Arrow(2017, 1, 1, 0, 0, 0) time_future = arw.shift(years=1, months=4, days=2, hours=6, seconds=2)...
I'm using text2qti to generate quizzes to upload to Canvas. One thing I noticed was the following limitation. "Numerical questions have the limitation that the absolute value of the smallest...