Joe McMahon
Joe McMahon
I looked into this. It turns out that this is a functionality that's not exposed for third-party apps.
https://developer.apple.com/documentation/sirikit should work on iOS devices but will not on Catalyst apps. I will look more into this.
It looks to me like our suite of commands is fairly small. For a radio app with one station, it's pretty much "he Siri, play music on|with ". With multiple...
@geraldnolan's suggestion works. I have, in my fork of the app, added a timer that switches the app to STOPPED after 50-some seconds. This allows it to resume playing (but...
https://github.com/joemcmahon/Swift-Radio-Pro/commit/d03b54f8c4aaf31dfbdb03fc7d336fb84ca6e863#diff-8783724a818055cb6d918cbb15c551b1 has the necessary commits in `FRadioPlayer.swift`. It sets up a timer in the pause function that goes off and sets a flag that says "we've overbuffered, start a new...
Here's a demo. ``` # ------------------------------------------------------------ # A Selenium Perl client script to demonstrate its start-up # hanging. # ------------------------------------------------------------ use strict; use warnings; use Time::HiRes qw(sleep); use Test::WWW::Selenium; use...
I can take it, Luke. On Saturday, October 19, 2013, Luke Closs wrote: > Hi, > > I would just like someone to take over being the maintainer. I don't...
I looked into this -- the issue is that all 371 images would need to be 'shopped to switch the background. A very large amount of work for free.
Confirmed that the switch to `FROM ubuntu:18.04` gets me past the `No matching distribution` on a Mac M1.
I'm working on a wrapper to write out the suggestions as CSV and load them again from `resources`. I'll see if I can open-source this.