Elias Van Ootegem

Results 15 issues of Elias Van Ootegem

For now, this isn't a problem, but as of June 2023, golang/mock is no longer maintained. At some point we ought to switch over to the maintaned fork instead: https://github.com/uber-go/mock...

tech-debt

The only way to skip (or set a specific version) for the binaries installed via `:GoInstallBinaries` or `:GoUpdateBinaries` so far is to pass in a specific version. This works, but...

As part of v1.4.0, the `PowPrecisionNegativeExponent` was added, which limits the default precision of `Pow()` when using negative exponents to 16. When using this package to express amounts of crypto...

The addition of the `PowPrecisionNegativeExponent` variable in version 1.4 changes the behaviour of `Pow` significantly. In my use-case, I rely on `Pow` to convert amounts to and from a human-readable...