Daniel Jacob Archer
Daniel Jacob Archer
Thanks @hzamani. That works for retrieving photos, but doesn't work when creating them..
@dblock I'm using `using` and getting the same error.
Looks like the PRs for `error_formatter` being added didn't include a version bump and republish to ruby gems... The latest version published is 1.5.1. https://github.com/ruby-grape/grape-active_model_serializers/pull/80
@rendro if you get the chance, I think a bunch of us would like a plug and play solution to make this happen :)
Is there a recommended way to install/setup `cc-test-reporter` for Heroku, and give it all the env variables we can until they expose a better `GIT_COMMITTED_AT` variable?
I have this almost fully working, except getting this issue when passing the workaround `GIT_COMMITTED_AT="$(date +%s)"`: `Error: strconv.Atoi: parsing "$(date +%s)": invalid syntax` The date as formatted is `1511140351` I'm...
That helped, but getting this error: ``` == Run Code Climate after-build == fatal: Not a git repository (or any parent up to mount point /app) Stopping at filesystem boundary...
Hey @eli-darkly, I did some investigation focused on this error: "exec format error", which seems to either be an issue with some file / directory not having the right permissions,...
Thanks for the investigation here @eli-darkly. Heroku support is telling me that it should use `CMD` instead of `ENTRYPOINT` to run it. From Heroku support: > I think the issue...