Ian Mitchell
Ian Mitchell

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...