João Ferreira

Results 7 comments of João Ferreira

I'll add that this has been working in prod without issue since the MR was created.

Seeing the same issue: ```elixir iex([email protected])3> Logger.info("test from prod") 2019-11-14 15:51:23.373 [info] test from prod :ok iex([email protected])4> 2019-11-14 15:51:23.742 [error] :gen_event handler Timber.LoggerBackends.HTTP installed in Logger terminating ** (ArgumentError) argument...

@pedro-skoach These two functions have both made it into V2 now, this can be closed ;) * [dialogflow_projects_locations_agent_environments_users_sessions_detect_intent](https://hexdocs.pm/google_api_dialogflow/GoogleApi.Dialogflow.V2.Api.Projects.html#dialogflow_projects_locations_agent_environments_users_sessions_detect_intent/4) * [dialogflow_projects_locations_agent_intents_list](https://hexdocs.pm/google_api_dialogflow/GoogleApi.Dialogflow.V2.Api.Projects.html#dialogflow_projects_locations_agent_intents_list/4)

@ananthakumaran & others, you can specify a particular client for which the config applies. For example, for the DialogFlow client: ```elixir config :tesla, GoogleApi.Dialogflow.V2.Connection, adapter: {Tesla.Adapter.Hackney, [pool: :dialogflow]} ```

@JuanIrache @itayper Because of spammers, ESPs make liberal interpretations and implementations of email protocols. In this case, some ESPs can be trusted with their mailbox check replies (eg. gmail) while...