Bill Lipa

Results 15 comments of Bill Lipa

1.1.0 was yanked due to https://github.com/jpoz/APNS/pull/22

Not sure - I switched to https://github.com/nomad/houston since it seemed like this gem wasn't being actively maintained.

We just experienced some serious multi-notification spam via the new library, so I think it may well be...

Originally from the @toto checkin I think.

The library is very dangerous to use as is. 1.1 should be pulled unless a fix is forthcoming.

I wonder if we can get the gem pulled some other way if @jpoz is out of action. It really shouldn't be distributed in the current state as it very...

I'm having a problem like this in Debian 12 / systemd 252.19-1~deb12u1. Not sure if it's exactly the same, but it's similar. In my case I have timers that are...

If I have a timer configured like: OnCalendar=*-*-* 00:10:00 and I remove and recreate the timer during the middle of the day, then is the time of elapsing already in...

Does the same issue exist with images that are referenced from CSS when the images are changed?

Directly including the CSS via `stylesheet_link_tag` can avoid the `@import `problem, but it still can leave you with stale assets such as background images. Changing the image data won't cause...