Felipe Ripoll

Results 15 issues of Felipe Ripoll

Trying to increase the coverage

Currently we are running our tests with APNs server mocked. It would be great to add a mechanism which runs our tests against real APNs servers

We can research on this. As we support `gen_fsm` we can try with `gen_statem`

Create a new clause when the value is a map. This is useful for the Riak Adapter. ```erlang to_bin(Data) when is_map(Data) -> term_to_binary(Data); ```

We would like to use your driver. Did you think upload it to hex.pm? Thanks

Currently sumo_rest assumes the body of the request to be around 1MB, or crash otherwise. https://github.com/inaka/sumo_rest/blob/7e1a494cf63c4732bde7f4dcee6b198f8441e144/src/sr_request.erl#L31 https://ninenines.eu/docs/en/cowboy/1.0/manual/cowboy_req/index.html#request_body_related_exports

hello! Thanks for this amazing library, it helped me a lot! I am integrating with Apple Attest service, basically, one of the steps says this: ``` Obtain the value of...

**Describe the bug** We have a cron job running every night. This process crashes sometimes and we would like to monitor the crashes on new relic. As this is not...

This PR is regarding to #4

cla-missing

Currently there is no way to use fetch and get the results in binary mode.