Grégoire Morpain

Results 6 issues of Grégoire Morpain

Have a look at https://github.com/salesforce/policy_sentry/ ; could be a nice addition. Cheers 🤟

enhancement

Hi, I'm having a problem when I try to export a very large number of events ``` ruby client.request('export', from_date: from_date, to_date: to_date).each do |event| file.puts(event.to_json) end ``` We get:...

Hey, At the moment, this gem only uses the first server from the array we pass, I think it would be very useful to use all of them because sometime...

enhancement