Adam Kirk

Results 39 comments of Adam Kirk

worth noting it doesn't crash when running in a github action… just on my mac

if it helps, if I add an item to the end of fields at the end (after category), it doesn't crash and shows the diff

like this: ``` setup tags do :ok = Ecto.Adapters.SQL.Sandbox.checkout(ZB.Repo) unless tags[:async] do Ecto.Adapters.SQL.Sandbox.mode(ZB.Repo, {:shared, self()}) end if tags[:cassette] do ref = insert_cassette(tags[:cassette]) on_exit fn -> eject_cassette(ref) end end {:ok, conn:...

I'm seeing this with Rails 5 on Heroku. The problem is that RestClient offers NOTHING to help debug this. It simply prints `RestClient::ResourceNotFound (404 Resource Not Found):` to the logs...

PR to log specific error response from mailgun: https://github.com/jorgemanrubia/mailgun_rails/pull/67

are you open to a PR that lets us pass a `.env` file? Is there a reason not to have concurrently look for and load a `.env` automatically?

I started randomly getting this across all my sources. I make an http request in terraform to get the workspace id, so I know the credentials are correct. I think...

Is there an active fork of this project?

I already get a warning. so maybe this issue is fixed? Though the docs should be updated