Phil Nash

Results 164 comments of Phil Nash

Wow, I need to take a look back at all this again. Does the [subscription change](https://github.com/notwaldorf/caturday-post/blob/master/server.js#L106) method not receive people cancelling their subs? I would be interested in the response...

It'd be reaaaally awesome if the browser would send the `pushsubscription` change event to the Service Worker when someone unsubscribed by removing permissions like that. Can't see in the docs...

FF44 has released support for push notifications now. I'll take a look into updating this. :cat: :smile_cat: :smirk_cat: for everyone!

This is interesting. Thanks for bringing it up. Can I ask how you are using `twilio-ruby` in your application? I found that just including it in the Gemfile lead to...

Could you test version 5.9 and see if it’s any better?

I understand, if you're only using it for one message sending, then the whole library and this memory footprint is probably a bit much. In my testing I only found...

Sorry to take an age to respond to this. I've had another idea, which is to try to get the library to lazy require the resources it needs as it...

I have not had the opportunity to do so yet, no.

I had a quick look last night after leaving that message and I do believe that the approach of lazy loading modules as they are used will help. It's going...

@railsme `autoload` might work actually, good idea. I feel like I read something about `autoload` not working that well though. Will do some more research. I don't think there are...