Jeff Hanke

Results 24 comments of Jeff Hanke

@ljharb haven't used it, but there's this: "Pure-POSIX-shell JSON parser." https://github.com/rcrowley/json.sh (BSD-licensed)

If bosco isn't doing anything but serving the files from disk, we don't even need it to watch them.

Also in node `0.10.38`. Not just on `-i`, it will hang regardless.

I think it hangs on all versions, I was just including the version for completeness.

Minification failure didn't fail the s3push command: ``` [09:18:37] Bosco: Initialised using [/root/app/bosco.json] in environment [tes] with team [no-team] [09:18:37] Bosco: Compile front end assets across services [09:18:37] Bosco: Compiling...

I very much doubt that is actually _caused_ by that line, my guess is that there's some difference in underlying libraries that our docker client (dockerode) uses between node and...

My best guess is that there's some difference in the `https` builtin between node and iojs. You could dig down into `node_modules/` until you find `follow-redirects` which is the module...

What if you set your DOCKER_CERT_PATH and/or DOCKER_TLS_VERIFY env vars to empty before you call bosco? Alternatively, make sure they're set up correctly (not sure what that is).

Can you get the curls in this issue to work? https://github.com/boot2docker/boot2docker/issues/573 Specifically this comment: https://github.com/boot2docker/boot2docker/issues/573#issuecomment-59584210 Maybe it's an issue with OSX libs being exposed by how iojs vs node is...