Paul Berg
                                            Paul Berg
                                        
                                    Here's the example from the README: ``` var result = new BigNumber("100000000000000000").plus(1); var expected = "100000000000000001"; result.should.be.bignumber.equal(expected); ``` It works fine. But, if I replace the last line with: ```...
## Description Given the following code: ```typescript import { jest } from "@jest/globals"; import type { SpyInstance } from "jest-mock"; import type { ExecSyncOptions } from "node:child_process"; import { isInGitRepository...
The subgraph URL currently used in CEA does not work anymore: https://api.thegraph.com/subgraphs/name/aave/protocol It looks like the latest one is: https://thegraph.com/hosted-service/subgraph/aave/protocol-v2 Similarly, the contract addresses are likely not up to date...
Jest is really hard to work with in TypeScript. See this (one of many issues I encountered with Jest): https://github.com/timkindberg/jest-when/issues/94 [Earljs](https://github.com/dethcrypto/earl), on the flipside, is written in TypeScript and offers...
The current way the repo files are extracted after they are downloaded is prone to errors. I've spent four hours today debugging https://github.com/paulrberg/create-eth-app/issues/135, thinking that the issue is related to...
See https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c.
Which contains the profile pictures of the contributors. See how [standard-readme](https://github.com/RichardLitt/standard-readme) does it:
#146 added support for user info and ENS, but only in the React app. We should port that to Vue as well.
See [Release v4.0.0][1]. [1]: https://github.com/facebook/create-react-app/releases/tag/v4.0.0
We should have a minimal FAQ Page, similar to [faq.sablier.finance](http://faq.sablier.finance/). This could also help with making the READMEs smaller and easier to maintain. Lots of things could be included there:...