Declan Land
Declan Land
## Expected Behavior I've created a time spreadsheet, the cells I'm using for the top row have labels at the start of the view with frames like so: x: -30,...
I had a few issues with getting this working on OSX, here is my solution: Download GD, String-CRC32 and Image-ExifTool from here (download link on the left): https://metacpan.org/pod/GD https://metacpan.org/pod/distribution/String-CRC32/CRC32.pod https://metacpan.org/pod/Image::ExifTool...
In OSX Catalina, trackerjacker will fail to run because of a problem with scapy: ``` netif = rt[4 + mtu_present + prio_present + refs_present + locked] ``` Fix this by...
Support for latest Electra version
## Overview Recently, I noticed a lot of people (including myself) have ran into this issue: `A valid provisioning profile for this executable was not found`. This is caused by...
The app crashed when running the SetupAVCapture function. To fix, replace: self.videoDataOutputQueue = dispatch_queue_create("VideoDataOutputQueue", DISPATCH_QUEUE_SERIAL); With: dispatch_queue_t temp = dispatch_queue_create("VideoDataOutputQueue", DISPATCH_QUEUE_SERIAL); self.videoDataOutputQueue = temp;
This fixes the build error when compiling.
### Describe the bug When building with Xcode Cloud, there's an error that occurs when using Carthage: ``` carthage update --use-xcframeworks --platform iOS --no-use-binaries ``` Cartfile contents (using previous version,...