Tyler Aldrich

Results 1 issues of Tyler Aldrich

I noticed the following issue: ```ts > bytes.parse('.25GB'); null > bytes.parse('0.25GB'); 268435456 ``` where if a leading 0 is not supplied, `null` is always returned. I updated the parse regex...