胡金友
胡金友
## 为了排除你自己的问题, 请写一个 Demo 线上日志收集到的崩溃,不是必现 **描述bug** json转model崩溃,最近收集到不少类似的崩溃,堆栈的末尾基本上都是这种: ``` 0 libobjc.A.dylib 0x00007fff6a2a76e5 objc_retain + 21 1 MJExtension 0x000000010b001e10 +[NSObject(Property) mj_enumerateProperties:] + 237 2 MJExtension 0x000000010affe954 -[NSObject(MJKeyValue) mj_setKeyValues:context:] + 514 3 MJExtension...
**Describe the bug** We recently integrated the paho.c framework into our macOS project, but after going live, we encountered multiple crashes in production. The specific stack trace is as follows:...
 It seems that there is a missing byte in the offset calculation. In my actual testing, when sending a message to the backend using the publish method and receiving...
In the definition of the entire framework, UserProperty is defined as a dictionary type. However, in the usage of `FrameSubscribe.swift` and `FrameUnsubscribe.swift`, only the values of the dictionary are extracted....

Add an useful property that we can easily control the animate at the pager selection changed.
``` .macOS(.v12), .iOS(.v13), ``` Why are the supported versions so low? iOS 13 corresponds to macOS 10.15, so why can’t it be compatible with macOS 10.13 and iOS 11.0?
``` (lldb) po themeString pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#0ff;background:navy}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable{color:#ff0}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-type,.hljs-variable{color:#fff}.hljs-comment,.hljs-deletion,.hljs-doctag,.hljs-quote{color:#888}.hljs-link,.hljs-literal,.hljs-number,.hljs-regexp{color:#0f0}.hljs-meta{color:teal}.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title{font-weight:700}.hljs-emphasis{font-style:italic} (lldb) po bkgColorHex navy ```