Paul Berg
Paul Berg
> What do you think would be a good solution? Introduce a new option trailingZeros: boolean? That would be nice. I just ran into the same issue and I think...
Sharing the solution I ended up creating, for posterity: ```ts import { Decimal } from "decimal.js"; declare module "decimal.js" { interface Decimal { toFixedWithNoTrailingZeros(): string; } } // See https://stackoverflow.com/a/65172703/3873510...
I don't think that this bug still exists. In my [workflow](https://github.com/hifi-finance/hifi/blob/869aa3abff78149fe5962ebdff77911d70e0a93b/.github/workflows/ci.yaml#L79), I'm providing the path like this: ```yaml path-to-lcov: "./packages/amm/coverage/lcov.info" ``` And it works.
Does this GitHub Action help? https://github.com/dorny/paths-filter
It possibly has to do with this line: https://github.com/cgewecke/buidler-gas-reporter/blob/master/src/index.ts#L75
I'm not trying to achieve anything in particular except get myself familiar with the API and run the gas reporter. In the README, it says that "artifactType" is either a...
Happy to help. Sorry, I guess I should've opened this in the `buidler-gas-reporter` repo instead.
Is this possible in a newer version? The fade out animation is rather abrupt right now.
Hey! thanks for sharing your feedback. Supporting negative bases for the `pow` function is difficult .. the only solution I can think of is to calculate the signs and the...
Hi @Atarpara! Thanks for your contribution. Unfortunately, I cannot merge this. In fact, I cannot even review it: - The code does not compile, it fails with the error "ParserError:...