Ascen Zhong
Ascen Zhong
同样碰到了,并且似乎会阻塞线程,有人知道是什么原因吗?
@JasperYanky 🤣兄弟 我现在也有这个想法了 想读一下源码 解决不了也要放弃了
I got the same problem with you and I saw some updates in `project_new.py`. They commented some code, ``` # if args.list_templates: # print(json.dumps(Templates.list(self.get_templates_paths()))) # sys.exit(0) ``` but it doesn't...
可以用 HandyJSON 的 mapping方法来手动解析。 ``` func mapping(mapper: HelpingMapper) { mapper [[String: Any]] in var arr = [Object]() for obj in list! { arr.append(obj) } return (arr.toJSON() as! [[String : Any]])...