Aaron Parecki
Aaron Parecki
In the `sceneWillResignActive` delegate, we'll need to set the actions to show https://developer.apple.com/documentation/uikit/uiscenedelegate/3197919-scenewillresignactive?language=objc https://developer.apple.com/documentation/uikit/menus_and_shortcuts/add_home_screen_quick_actions?language=objc This means we'll need to keep track of the most frequently used trip modes in order...
Need to figure out how to respond to triggered scene actions, but the sample code in the docs is not Obj-C https://developer.apple.com/documentation/uikit/menus_and_shortcuts/add_home_screen_quick_actions#3701696
It looks like Reachability has been replaced by [NWPathMonitor](https://www.appypie.com/nwpathmonitor-internet-connectivity)
This is added and will go out in the next App Store update. Please note that this will not have a dramatic effect on battery life, since the location data...
There is now a mode to store and send only the latest location (#121). To actually complete this feature, it will require some more work. Overland could pretend to be...
This does appear to be a bug in cassis. I tracked it down and filed an issue: https://github.com/tantek/cassis/issues/43
Did a little digging and it looks like this was already fixed in master! https://github.com/ezyang/htmlpurifier/pull/148 Looking forward to the next release! 🎉
+1 to a configuration option for skipping specific tags. I ran into this problem with `` tags today.
I'm still on the fence about how best to handle this, since the event organizer may not be the same as the person who created it. In the mean time,...