Alan-M-Thomaz

Results 4 issues of Alan-M-Thomaz

I have made a fork for implementing the retry specified on [google fcm references](https://firebase.google.com/docs/cloud-messaging/http-server-ref#error-codes) pull request https://github.com/spacialdb/fcm/pull/58

enhancement

Implemented it using the recently added gem Faraday, when it is status 5xx or 200 and any of the results form body is error:Unavaible, it will retry the whole request,...

`Table's width was set too small to contain its contents (min width 540.0, requested 523.28)` when called for `pdf.table(table_content, header: true, column_widths: [100, 100, 340])` that is a bit confuse,...

Using until or count in exception rules seens to limiting recurrence rules too. ``` date = Date.new.change({year: 2019}) rrule = IceCube::Schedule.new(date.change({ month: 2, day:1})) rrule.add_recurrence_rule IceCube::Rule.monthly.day_of_week(:tuesday => [1, -1], :wednesday...