Leon Aves
Leon Aves
apollo-utilities isn't used in this project, causes unecessary warnings. Removed in v4 alphas I know but that's not a stable release yet and would like to get rid of this...
There's a usage section in the readme but it doesn't actually say what to do other than `yarn install`. There's no `start` script, what is the user supposed to be...
https://github.com/oclif/config/blame/a3e3052c4acfece3acd66bab5a13ba7a32f7f6f9/src/ts-node.ts#L42 This means that typechecking doesn't happen during development, which obviously I can see the arguments for, in that it's gonna allow for faster iteration, but personally I'd prefer the...
Kept trying to run vagrant commands from inside my virtual host subdirectories and it wasn't working because vagrant couldn't find the config.yaml file. Added a couple of lines to fix...
Because of this array access: https://github.com/JedWatson/react-select/blob/884f1c42549faad7cb210169223b427ad6f0c9fd/packages/react-select/src/Select.tsx#L1091 `removedValue` could technically be undefined. This happens when the select box is empty and a user hits backspace. It can cause runtime errors in...
Probably useful to tell people what command to run.