Hafez

Results 4 issues of Hafez

Hi, Is it possible to add support for Telegram Bot API? How? https://core.telegram.org/bots https://core.telegram.org/bots/api

enhancement

Pagination with numbers in various languages by adding Array option map. for example, map: ['۰','۱','۲','۳','۴','۵','۶','۷','۸','۹'] for Persian numbers, map: ['०','१','२','३','४','५','६','७','८','९'] for Indian numbers, map: ['٠','١','٢','٣','٤','٥','٦','٧','٨','٩'] for Arabic numbers and ...

I'v tested live example and noticed some issues: - values haven't been trimmed and there are unwanted spaces on both sides of them - `averageUserRating` is rounded, for example 4...

There is some unexpected results I found, input on the left unexpectedly results in output on the right: ``` " #." => " ##." " ##." => " ####." "---"...