-
### What did you do?
```python
import humanize
humanize.i18n.activate("fr")
humanize.naturalsize(42) => '42 Bytes'
humanize.naturalsize(42_000) => '42.0 kB'
humanize.naturalsize(42_000_000) =>…
-
It looks like pathoplexus has curators or at least the concept of a curator (superuser?). I think the curator information should be visible on the pathogen page. There are a few reasons why I think th…
-
We could humanize (har har) the community site by starting to include some people who are involved. A simple start would be to add the organizers for each group, but there could be further options tha…
-
### Problem
We should investigate how many times precompile functions are used in the current mainnet contracts, and how many transactions have interacted with the current contracts.
### Solution
D…
-
It appears that humanize is does not discriminate ACRONYMS from camelCase.
It probably should?
For example:
"FBI" | humanize => "FBI"
"M.I.T" | humanize => "M.I.T"
Consider cases of PascalCas…
-
Integrating a User Reviews section into the CabRental website is a strategic move to enhance customer trust and engagement. Testimonials from previous clients serve as powerful endorsements, reassurin…
-
This kind of defeats the purpose of having an API in the first place and is completely unnecessary since the client and the server are typically the same binary.
-
```js
dayjs.duration(100, "s").humanize(); --> // 2 分钟
```
full time mode
``` js
dayjs.duration(100, "s").humanize( {full:true} ); --> // 1分40秒
```
-
Thank you for your great project!
Google always guides me to https://stackoverflow.com/a/15485265, which suggests `humanize.naturalsize()`. I'm ok to type in `ipython`, and copy & paste `import hum…
-
## Overview
I've been trying to implement date formatting using the `DateStyle.Humanize` style. I have been following the instructions in the readme file of that package.
This was my code I've be…