Aaron Craig

Results 4 issues of Aaron Craig

CSS spec defined an RGBA color specification: https://www.w3.org/wiki/CSS3/Color/RGBA However, passing a value like 'rgba(0, 0, 0, 1)' results an the error: ``` ValueError: 'rgba(0,0,0,1)' is not a recognized color. ```...

On a clean install (`create-react-native-app` and then `yarn run eject`) the `whack link` command removes a slew of executables found in `node_modules/.bin`, including `react-native` so the `whack run start` command...

Certain terms do not produce matches as expected. For instance, given the following docs: ``` ;([{ id: 'a', title: 'Mr. Green kills Colonel Mustard', body: 'Mr. Green killed Colonel Mustard...

Running `npm install` provoked: ``` npm WARN [email protected] requires a peer of react@^15.4.1 but none was installed. ``` Running install with the updated the react-native-web version does not provoke the...