Eric Parshall

August 30, 2021

Siri's reminders for "when I get Home" is wrong

I finally figured out why Siri was using some random location when I try to set a reminder for when I get home. I had a contact labeled "Home" in my contact list with an address at that location. My contact card had my actual address, so I don't know why it would use this contact record. Once I removed the contact labeled "Home" Siri u...
Read more
July 13, 2021

Trying to use Turbo.visit, but within a Turbo Frame

For reasons, I needed to be able to programmatically navigate within a Turbo Frame. I was hoping that Turbo.visit(path) would work, but it always affected the entire page. I found a feature that is only lightly documented. If I can select the turbo-frame element I can set the "src" attribute to make it load a new path. Here is a Stimul...
Read more