Adam Cohen

Results 15 comments of Adam Cohen

Thanks for the response, I'm using a Macbook with OS X 10.9.5, and another colleague of mine has also run into this same issue when they tried using https://github.com/subosito/gotenv. Since...

I've created a new empty project, and the tests are no longer run in a temporary dir, so that part has been sorted out, however, I was still unable to...

Thanks for the response @joho. I'm not actually trying to vary the `.env` based on dev/test (yet), I'm just trying to get `godotdenv` working in both my compiled app as...

> So, with the current version, this process can be supported pretty easily with lodash: > > ``` > requestFilter: function (originalObj, propName) { > return _.get(originalObj, propName); > }...

@mbonig thanks for the response - I was sitting here scratching my head trying to think of what piece of the puzzle I was missing to make this filtering happen...

Same thing happens to me. Would be good to be able to run this tool with absolute file names

@njpatel no, `--directory` doesn't work for me. I have the following setup: ``` # in ~/.zshrc $GOPATH=/Users/adam/golang ``` ``` # in /Users/adam/golang/src/github.com/myrepo/protobuf/myapp/service/myapp_service.proto import "myapp/service/credentials/credentials.proto"; ``` If I try to use...

No, it doesn't pull the image locally, it only [pulls the manifest file](https://github.com/optiopay/klar/blob/v2.4.0/docker/docker.go#L315-L341). It then reads the layer data from the manifest file, [loops over each layer](https://github.com/optiopay/klar/blob/v2.4.0/clair/api.go#L69) in the image,...

@shailkmr You need to set a `title` for the song data (this is what's causing the `Missing "track" field` error). You'll also need to add an artist as well. Also,...

@pilu how's the rewrite coming along? If it's still really far away, any chance to get this merged in the meantime? Would really be keen to see this PR merged,...