Darren Ford
Darren Ford
Closing due to lack of feedback
Hi @vlasty-proglove. Can you send me a simple example project that shows the issue? I'd like to actually see the issue first hand as I'm not fully understanding the scope...
I've spent a bit of time trying to reproduce the issue with no luck. Can you please attach a minimal example project that shows the error? The information you've sent...
@vlasty-proglove good news that you found a workaround. After some more digging, I've uncovered [an existing bug in the Swift forums for this issue](https://forums.swift.org/t/frameworkname-is-not-a-member-type-of-frameworkname-errors-inside-swiftinterface/28962) that matches the error you're seeing....
@newbision Are you using cocoa pods or Swift package manager? If you're using Swift Package Manager, you'll additionally need to link the `QRCodeDetector` library (it's an additional target within the...
@newbision Until I can sort out how to handle the cocoapods issue, a workaround is to just copy the source file `QRCode/Sources/QRCodeDetector/QRCodeDetector+VideoDetector.swift` into your own project. I'm not yet sure...
Yeah I was able to use MetaZ today with tvdb on The Orville, including posters and all data. Might just have been that they had downtime on the v1 api.
Hi @martindufort , > I want to show them in a DSFSparklineZeroLineGraphView but for those cases, nothing is displayed. I even set the zeroLineVisible attribute to true. The `DSFSparklineZeroLineGraphView` should...
@martindufort for example, here is an example I just wrote ```swift class ViewController: NSViewController { @IBOutlet weak var graph: DSFSparklineLineGraphView! override func viewDidLoad() { super.viewDidLoad() // Do any additional setup...
@martindufort, > Also I noticed a little clipping when the value goes from zero to 1 and back down to zero. Here's the screenshot. Not a showstopper for me... I...