Marco Colli
                                            Marco Colli
                                        
                                    @Rubioli thanks for the information, however can you be more specific? 1. `Net::HTTPBadRequest 400`: this is never raised directly... You will see a `Webpush::ResponseError`, which is the best that we...
I have spent some time investigating these issues, here's my results: | ID | Test | Push Service Response | Ruby Exception | | --- | --- | --- |...
You need to catch and manage properly all the various exceptions raised by this gem: https://github.com/zaru/webpush/blob/master/lib/webpush/errors.rb And here you can find a list of the most common web push errors...
I have no idea... You can try to post this issue on the Chromium bug tracker. If you can give them the endpoint they should be able to investigate the...
I would love to have this feature. Here's a practical use case: https://github.com/buildpacks/community/discussions/136
@bblimke Yes, it works.
@bblimke The last version that works for me is 3.1.1. The bug appears since version 3.2.0.
I am using Rspec... This commit seems about SSL and it is in version 3.2.0: https://github.com/bblimke/webmock/commit/03cc9df29b46c7c847ce719c425c03c8822d3ceb
> Pushsubscriptionchange won't trigger when a service worker is not running. Having that _service working running_ is something different from having a _window attached_ to it. Example: a service worker...
> There won't be a push event fired if the subscription was made invalid before. No, I think that there is a grace period during which the old subscription is...