Results 110 comments of Jim
trafficstars

โ€œIs the goal trying to declare a README as root?โ€ yes, personally I like having all the project files including README.md at the root of the repository because I donโ€™t...

Hopefully the move to the v2 gatsby front-end fixes a lot of the visual issues out-of-the-box... Always open to ideas for how to make things look nicer though!

something like this maybe? here's a diagram of me brainstorming how we might break the two pages down into smaller components: ![Group 1](https://user-images.githubusercontent.com/5354163/129834288-9b5f77d7-736a-4953-83a2-a3125967983a.png)

https://github.com/TDD-Solidity/EthDrop/issues/14

Thanks @tejasbubane! Yes, I did create the file `Raindrops.re` in the src folder, and it has this code: ``` let raindrops: (n: int): string => { let output = (n...

bump ๐Ÿ™ƒ

re-bump ๐Ÿ™ƒ

![this-womps](https://user-images.githubusercontent.com/5354163/100762579-22799f00-33c2-11eb-81e9-5bd712572047.gif)

I'm not seeing code coverage calculated correctly at all, regardless of watch mode or not. I have created another issue for this problem [here](https://github.com/facebook/jest/issues/9342).

My issue has been fixed, and it has to do with the config settings working only in `jest.config.js` but not under "jest" in `package.json`. When it works as expected jest...