Dmitry Vlasov

Results 4 issues of 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!") ``` ![image](https://user-images.githubusercontent.com/8611880/52176127-8d0a2580-27bf-11e9-9810-6d54bceda2d1.png)

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...

bug

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...