-
**Is your feature request related to a problem? Please describe.**
Our current humanization of table and field names do not include schemas. It would be nice if we humanize schema names as well
**…
-
We need to think of a better way to handle errors. I have several concerns around this.
First, as it can be seen on the screenshot (which is a simulated error happening on the Transact flow),…
-
Increased ability to convert to yesterday instead of 1 day ago, or tomorrow instead of in 1 day.
For example :
```
present = arrow.now() # september 29th (thursday)
past = present.shift(day=1)
…
-
### What did you do?
Hello! Thank you so much for making this library!!!
I'm using this to bot to translate some strings for my python discord bot. To do that, I am mapping discord locales to Hu…
-
# What
I believe the `path` returned by the explainer of `-ref-schema` is wrong when the ref is a `var`. This originally turned up as follows:
Using `malli.error/humanize` on a schema that uses …
-
## Describe the bug
```
inflector.humanize("éclaireurs")
#=> "éclaireurs"
```
The uppercase version "é" is "É". I expected to receive "Éclaireurs". This affects all characters I tried: `ê`, `…
-
### What did you do?
```py
humanize.naturaldelta(10799)
```
Note that this is exactly one second below 3 hours.
### What did you expect to happen?
It should say 3 hours.
### What actually h…
-
See here:
https://github.com/python-humanize/humanize/blob/75abba2bcff904d6438c91a92bf1b50c6e243d12/src/humanize/locale/es_ES/LC_MESSAGES/humanize.po#L136
For example:
```
humanize.intword(12345…
-
# Issue
1 duff (satoshi) = 1000 credits, and the overall balance of the identities becomes too big for end users. For example:
We need to find a better way to represent current balance to …
-
Hello,
Thanks for that wonderful library.
In a project, I'll probably need to humanize some [recurrence rules](https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html).
I don't…