Jon Sully

Results 29 comments of Jon Sully

Thanks for the kind words! Happy to help :) It's running great on my blog so I'll be excited to see it go live (hopefully!). I don't think there are...

Hey @iicdii, thanks for the bump! I'd actually forgotten about this one. I'll jump back on it soon 🙂

This one would be pretty sweet to have.. Strava's embedded markup is unfortunately not scalable (from my experience) so it becomes awful to work with unless you stick to the...

Hey! Just an FYI, I don't think that commit actually changed the nature of the problem or changed the docs in a way that's necessarily indicative of what the problem...

In the meantime (and for others curious about the same thing) I've added the following controller (don't forget to add it to your routes `devise_for.. controllers: { passwords: "here" }`)....

Relevant — this is due to macOS Monterey's new "AirPlay **Audio** from another Apple device _to_ your Mac Desktop" feature: https://daily-dev-tips.com/posts/thank-you-apple-for-hijacking-port-5000/

And, just worth referencing, I wrote this PR some time ago: https://github.com/joshmn/caffeinate/pull/25 Which was based on [this comment](https://github.com/joshmn/caffeinate/issues/23#issuecomment-1511690693) — explaining that `:every` supporting a Proc would be nice, and that...

So, while I think I'm good for now, the simplest (and likely cleanest / best) path forward is probably to make `:start` only actually do anything on the first mailing...

Ah, one note for a future PR — if someone is using a periodical with the `if:` key and the `if` condition goes false, should we should probably call `.end!`...

This one's ready. No functional change at all, just swapping a method for a Rails 7.2 compatibility