danielpaulus
                                            danielpaulus
                                        
                                    In a few places I used panic() back when I first wrote the code. I have come to the conclusion that panic and log.Fatal should not be used normally in...
Improve qvh by adding a more stable video integration either using mkv + tcp or ffmpeg integration
QVH is a rock solid tool, except for the flaky gstreamer integration. I can see two options to improve this: 1. Integrate with ffmpeg 2. Implement the mkv container format...
- bump to go 1.19 - remove all gst deps - comment out gst code - add tcp loopback server
supports fucking iOS17, thanks Apple for making everything harder.
My initial research indicates that iOS 17 works with a virtual ethernet adapter to some degree. I guess they are starting to deprecate USBMUXd now finally. Connect an ios 17...
…e for XCTTestIdentifiers
Adds basic sanity checking for go-ios using devicebox.
We need the capability to list, mount and automatically set up developer images using the REST - API. I propose to use the device middleware and the LimitNumClientsUDID middleware and...
We need the capability to list installed profiles using the REST - API. I propose to use the device middleware and set up the following endpoint with tests and good...