Dmitry Vlasov
Dmitry Vlasov
```julia julia> using Humanize julia> Humanize.datasize(161803; style=:dec, format="%.3f") "161.803 kB" julia> Humanize.datasize(161803; style=:gnu, format="%.3f") "158.011K" julia> Humanize.datasize(-161803; style=:dec, format="%.3f") "-161803.000 B" julia> Humanize.datasize(-161803; style=:gnu, format="%.3f") "-161803.000" ``` Look at the...
```julia using Crayons.Box @info LIGHT_GRAY_FG("Hello,\nUniverse!") ``` 
This code block breaks modular pages support in the grav forms plugin somehow (didn't dig it deep): **assets.php** ``` public function onPageInitialized() { // ... // Initialize all page content...
It would be convenient to have a support for DAT files with the `.dat` extension and with space/tab separators. The `CSVFiles` package can already be used to read the space-separated...