Andrej Bukošek

Results 2 comments of Andrej Bukošek

The problem appears to be in the `ToUint*` functions and was introduced in commit `2b0eb0f724e320b655240e331aef36d1175986c2`. Previously, the code was: ``` case string: v, err := strconv.ParseUint(s, 0, 0) if err...

Cool! Yeah, I also think there should be two separate modes for this. The simplest way to do this would be to add another `ENV` var and then conditionally build...