Taylor Boyko
Taylor Boyko
I would like to include handling for timeout situations when using `.push_async` and would appreciate some guidance on how best to accomplish this. To provide some context, we first discovered...
Using gem v `4.0.1` causes RSS memory to continually increase with each access to redis. Perhaps someone can shed some light on this? Gist demonstrating behavior: https://gist.github.com/tboyko/943f52702fa9a623da56acd19130c141 Output: ``` start:...
Can't find any info on this.
Do you have any plans to extend this gem to include remote support so that switches can be manipulated that aren't on the local network? Excited to see the work...
The following declaration causes the block of code to run at startup: `every(5.minutes, 'MyTask.scheduled_task', skip_first_run: true) { MyTask.delay.scheduled_task }` Happy to provide any additional information that is of use.
I have instances where I need to find a piece of software by the iTunes store id (listed as the `artist_id` in your library). It doesn't appear as though a...
Does this gem break omniauth-saml functionality, such as the `/metadata` feature? At a minimum it seems the route examples provided in the readme need to be more lenient, but it...
**Describe what you are trying to accomplish and why in non technical terms** I want to be able to store video from frigate alerts off-site, so if the on-site frigate...
### Description An alert appears in iOS. Safari goes to the following url when the notification is tapped. It shows a media interface but never loads a video. `192.168.7.91:8123/api/frigate/notifications/1750186412.451253-lu1w6s/Entrance/master.m3u8` Same...