Justin Collum

Results 35 issues of Justin Collum

I had a list of images in li's in a shallow circle. Item 0 was in the center. When I clicked on Item 3, all went fine. Then I clicked...

Building a Hapi.js API. I'd like supervisor to restart the process with `--debug` via my package.json: ``` "debug": "./node_modules/.bin/gulp transpile && node --max-old-space-size=8192 --inspect --debug=5567 dist/index.js | ./node_modules/.bin/bunyan -o short",...

Specifically I'm thinking an option like `--trace` that will give you detailed messages about _why_ supvervisor decided to crash a child process. I was dealing with supervisor starting a process...

I've read the README and it's very unclear how this library actually works -- what goes in, what comes out, that sort of thing. Perhaps a link to a `howitworks.md`...

copy paste from https://stackoverflow.com/questions/69006097/does-npx-no-longer-do-install-less-run From the [nodejs.dev site][1]: > npx allows you to run that npm command without installing it first. If the command isn't found, npx will install it...

help wanted
good first issue
docs
hacktoberfest

Never used yeoman before (on this machine/job anyway, I've used it at home). Installed it a few minutes ago. It crashed quickly: versions: ``` $ yo --version && echo $PATH...

Code is running in a lambda. When we run the function below it runs fine. But if we run it and then wait 10 minutes then run it again, we...

Like: ``` tfenv use 0.12 # switches to 0.12.30 instead of 0.12.29 tfenv use 0.12.29 # switches to exact version ``` We use a couple of different versions (12 and...

moreinfo

Small addition to Go 1.5+ install instructions.