Ian Mitchell

Results 188 issues of Ian Mitchell

![](https://nobody-loves.me/i/jtcw.png)

allows closing things en masse faster

Should be able to parse the file extension and map it to code block language

The tweetnacl library has a massive impact on bot performance due to its usage of non-native code. [`discord-verify`](https://www.npmjs.com/package/discord-verify) uses new native methods for verification that results in a dramatic performance...

In a function library with no React import, `zillow/react-hooks/rules-of-hooks` errors out on any function prefaced with `use`. ``` function useFeature(data) { return (data && data.feature); } ``` ``` error React...