Pedro Solá

Results 10 comments of Pedro Solá

probably a typo. PR welcome

Hi @guilhermeteodoro sorry for the delay. Do you think you can make an attempt at handling the other cases?

I also noticed that `enum_changed?` is now `_enum_changed?` is this on purpose or a regression?

I'm getting a similar error, except it's ```Error("missing field `id`"``` I know the token is valid because the request below works fine... ```sh curl \ -H "Accept: application/vnd.github.v3+json" \ -H...

@luqven yeah I noticed that as well after a bit more testing. I was thinking of opening a PR with a `--repo` flag that would add that filter to the...

It turns out that this code get's the job done, without showing a notification. ``` APNS.send_notification(token, :badge => 123) ```

The reason I I used that syntax is so that the two related fields appear next to each other in the dropdown, since they're sorted alphabetically (see screenshot). In the...