KimiChiu
KimiChiu
I'm using `transform.scaledBy(x: 1.0, y: -1.0)` on `UITalbeVIewCell`. And the GIF won't play automatically on these cells. ``` class TransformHelper { static let transform = CGAffineTransform.identity static func reverse() ->...
Here's how I use it. previewImage.clipsToBounds = true previewImage.kf.indicatorType = .custom(indicator: indicator) previewImage.kf.setImage(with: url, options: [.transition(.fade(0.2)), .backgroundDecode], progressBlock: { receivedSize, totalSize in // from cache if totalSize < 0 {...
#### SDK and version SDK : iOS 15.4.1, Swift 5, Xcode 13.4.1, Realm 10.26.0, iPhone 12 Pro Version: #### Observations * How frequent do the crash occur? Every time at...
### How frequently does the bug occur? All the time ### Description I am trying to reproduce the 'realm file size too large' issues from my Android emulator. So I...
### Description It worked fine before I updated my Android Studio to 2020.3.1. I just discovered that android.graphics.ColorSpace was introduced in Android API 26. So all the devices which are...
``` {"kind":"warning","text":"Missing class com.sun.jna.Memory (referenced from: com.sun.jna.platform.win32.WinUser$COPYDATASTRUCT com.jcraft.jsch.PageantConnector.createCDS(java.lang.String)) Missing class com.sun.jna.Pointer (referenced from: com.sun.jna.platform.win32.WinUser$COPYDATASTRUCT com.jcraft.jsch.PageantConnector.createCDS(java.lang.String) and 2 other contexts) Missing class com.sun.jna.platform.win32.BaseTSD$ULONG_PTR (referenced from: com.sun.jna.platform.win32.WinUser$COPYDATASTRUCT com.jcraft.jsch.PageantConnector.createCDS(java.lang.String) and 1 other context)...