Todd Price

Results 3 issues of Todd Price

Running this on Ubuntu: ``` const figlet = require('figlet'); console.log( chalk.keyword('orange')( figlet.textSync('scooter-cli', {font: 'small slant', horizontalLayout: 'full', verticalLayout: 'controlled smushing'}) ) + 'v' + chalk.white.bold(pkg.version) + '\n\n\n' ); ``` ...results...

- On macOS, I installed julia with `brew install julia`. - I modified the cat image to be black and white first, and save as a PNG: ![cat_posing](https://user-images.githubusercontent.com/969942/130993411-f58ea666-3214-4dc6-a966-d87f27c18288.png) - I...

Certain pages are causing the "Phantom Process died" error to be raised after 30 seconds. If I use a simple phantomjs script directly, the same page loads just fine, though...