makemake

Results 18 issues of makemake

我在做一款儿童类的绘画应用,参考'MaLiang'的库受益匪浅。 因为对metal这一块的知识点了解不够,想用 [demo](https://github.com/make1a/PaintImageView)里面的算法和metal这一套逻辑来填充。大神有打算做着一块的功能吗,想学习一下。

iPhoneX 真机 上滑动进度条时会来回跳 ![QQ20191219-165249](https://user-images.githubusercontent.com/17469549/71159094-05ff5800-2280-11ea-9c32-c01417cdc15d.gif)

**Describe the bug** 调用 dic = [LSCValue toDictionary] 方法 let data = try JSONSerialization.data(withJSONObject: dic, options: []) 会闪退报错: firebase 崩溃: Fatal Exception: NSInvalidArgumentException Invalid type in JSON write (_NSInlineData) -...

[Unknown process name] CGBitmapContextCreate: unsupported parameter combination: set CGBITMAP_CONTEXT_LOG_ERRORS environmental variable to see the details [Unknown process name] CGContextDrawImage: invalid context 0x0. If you want to see the backtrace, please...

**Short description of the issue**: crash on -[RxCocoa.RxTextViewDelegateProxy text]: unrecognized selector sent to instance 0x28132bdb0 ```swift private let userInputSubject = PublishSubject() private let emoticonsRelay = BehaviorRelay(value: []) private var disposeBag...

version: Kingfisher (7.10.0) ``` HeadTitle: Fatal Exception: NSMallocException Failed to grow buffer Fatal Exception: NSMallocException 0 CoreFoundation 0x940c __exceptionPreprocess 1 libobjc.A.dylib 0x15c10 objc_exception_throw 2 CoreFoundation 0x19c5c8 -[NSInvocation retainArguments].cold.1 3 CoreFoundation...

很多这种警告,不知道如何解决。 ![image](https://user-images.githubusercontent.com/17469549/220002172-53f35df0-2071-4609-bba4-72f358f3eea4.png)

![image](https://user-images.githubusercontent.com/17469549/223908104-6f44caf0-b9e4-4dad-9d6e-a75d0e18ef63.png) 用最新版本mars编译的,怎么解决这个问题 Xcode 版本13.4.1 和 14.2

When I use ``` swift class InputAccessoryExampleViewController: CommonTableViewController { // MARK: - Properties override var inputAccessoryView: UIView? { return inputBar } override var canBecomeFirstResponder: Bool { return true } //...

question

![image](https://github.com/onevcat/Kingfisher/assets/17469549/7ad93d4d-65a4-40ba-8350-7372b8cb0d79) ![image](https://github.com/onevcat/Kingfisher/assets/17469549/91eba7d9-3505-4315-928a-6d59ea17c2df) ![image](https://github.com/onevcat/Kingfisher/assets/17469549/d115f9e5-486b-4e33-af1a-1245cf3473c2) ![image](https://github.com/onevcat/Kingfisher/assets/17469549/bd1d6f94-9d58-40d7-a6bf-c05d5038ce0c) 想咨询一下, 我正在进行 app 的内存诊断工作,通过instrument Mark Generation 内存断点排查增长的内存会有大量的内存堆积在`SessionDataTask`(如下图)。 搭配 Memory Graph 诊断的时候 dirty memory 有两块大额内存集中在IOSurface、Image IO, 是使用了DownsamplingImageProcessor ,内部的 ImageIO scale 图片产生的。 我无法分辨,这些 dirty memory是否是应该存在的。 当我app 达到内存预警水位的时候,如何释放一部分内存。因为我注意到SessionDataTask 这块内存似乎一直在增长,`clearMemoryCache`无法清理这块内存。...