Cameron Chamberlain

Results 8 issues of Cameron Chamberlain

Currently the codemod produces ``` const FooComponent = (props: Props) => { const { myProp } = props; ``` from ``` const FooComponent = ({ myProp }) => { ```...

I'm another ex-goodreads convert, and have transformed my csv file and imported into here. It'd be awesome if I could get ReadingList to go fetch cover images for the imported...

Jest can run related tests only, either through `-o` for uncommitted files, or through `--findRelatedTests path/to/fileA.js path/to/fileB.js` to find tests related to those particular files. If we could find a...

If you are running your tests in watch mode by default (Jest or similar) you have your tests doing nothing forever when mutode is trying to run them. It'd be...

Not sure the value of this, but we could look at the day on day multiplier and make sure it’s under some threshold. I guess look at historical data and...

I suppose a scraper should be counting the same number of states/counties, as well as the same number of data points day-to-day. We could warn if this goes down, and...

There are a bunch of rules listed at https://github.com/dequelabs/axe-core/blob/master/doc/rule-descriptions.md that are off by default, it'd be great to be able to enable them.