-
Sorting things the way humans expect:
Unsorted data:
Item 6
Item 2
Item 10
Using standard string comparison ordering you get:
Item 10
Item 4
Item 6
My users …
-
Use something besides just Ember.String.capitalize, maybe convert dashes to spaces and capitalize words. Look into using [titleCaps.js](http://ejohn.org/files/titleCaps.js).
-
Add support for dehumanizing boolean.
Ie...
yes -> true
y -> true
si (spanish) -> true
1 -> true
no -> false
n -> false
"false" -> false
nada(spanish) -> false
0 => false
-
### Description
When piping `[pscustomobject]`s and binding by property name, the `Label` node is missing on `TableColumnHeader` causing certain formatting issues like the `Label` ends up being the…
-
## Discussion
`Number#humanize` and `Int#humanize_bytes` should separate the numerical value and unit by a space, according to international standards.
The kind of space should be passed as an a…
-
Almost always by first signup - you will have `0.0` humanize score, and only after 2-3 times repeating - your humanize will increase. But i want to confirm i'm a human after first signup fail lol by c…
-
As noted in the README, the major issue WRT to UI support is that absence of a human friendly label for Swapi resource associations. The only values that come through are URLs.
I doubt it will be …
-
Hi,
Thanks for open sourcing this work- it's awesome! Not as much of an issue as a request. Could you open source the humanization benchmark that you use in the paper. It would be great for reprodu…
-
I often have to graph bytes or large numbers. It would be helpful if I could pass a function in that can be used to format the number shown, something like:
```
memPlot := asciigraph.Plot(mem…
-
On Slack today, some timings were posted:
```jl
julia> @btime sum(a) > 0
26.323 μs (1 allocation: 16 bytes)
false
julia> @btime any(a .> 0)
116.147 μs (5 allocations: 16.64 KiB)
true
j…