Amarildo Lucas
Amarildo Lucas
When I try to install Badgy using Homebrew and following the steps on ReadMe, I got this error: ``` brew install badgy Updating Homebrew... Error: No available formula with the...
On xCode 9.2/iOS 10, the property `engineMode` doesn't working after build->run. Shows this error on xCode console: ``` Cube ERROR (CubeRecoContext::Load): unable to read cube language model params from /var/containers/Bundle/Application/8373D562-A62B-4ACB-904C-C0CF9E04BE94/Karga.app/tessdata/por.cube.lm...
Like `UIActivityIndicatorView`, it would be nice if `DotsLoadingView` could be added to any `CustomView`. ``` public func show() { if let rootViewController = UIApplication.shared.windows.first?.rootViewController { rootViewController.view.addSubview(self) self.center = rootViewController.view.center self.startAnimation()...