luowen

Results 11 issues of luowen

+ npm 版本号: 版本3.5.1 + 配置 Option: const options = { universal: { host:"api.nani.tech", }, //要打开的 APP 的标识 intent: { package: "tech.nani.www.nani", //包名 scheme: "lunfou", }, scheme: { protocol: 'lunfou',...

### 编辑模式 * `wysiwyg` 所见即所得模式 * `ir` 即时渲染模式 * `sv` 分屏编辑预览模式 ### 描述问题 ````````markdown 如果是解析渲染问题的话请在此处贴入 Markdown 原文 ```````` ### 期待的结果 ### 截屏或录像 ### 版本信息 * 版本: * 操作系统: * 浏览器:...

![Screenshot_2022-04-18-13-40-50-310_tech nani www](https://user-images.githubusercontent.com/19730473/163760779-d3c7f107-ed4b-42f8-81e2-5c004fe3e6a2.jpg) ![Screenshot_2022-04-18-13-40-54-055_tech nani www](https://user-images.githubusercontent.com/19730473/163760786-43d6715f-f14c-41bb-8b60-6e91b4d56316.jpg) 明明有图片,左上角选择图片之后,为什么就显示空白了?

actually pay successd but it show "Unknown error,Please contact support", why it happends

type: bug

export async function queryid(sendTo,type, params){ var socketList = await io.fetchSockets() for(let index in socketList){ if (socketList[index].name==sendTo){ socketList[index].emit(type,params) return true } } return false } when i run await queryid(1) will...

to triage

![Screenshot_2022-04-07-16-44-23-694_tech nani www](https://user-images.githubusercontent.com/19730473/162159959-ad3d5f9c-a82f-4f8d-ab59-483765b389ae.jpg) code: val rxPermissions = RxPermissions(this) rxPermissions.request( Manifest.permission.RECORD_AUDIO, Manifest.permission.WRITE_EXTERNAL_STORAGE, Manifest.permission.WAKE_LOCK ).subscribe(Consumer { })

socket.io version:^4.5.1 memory keep increasing and no reduce, it seems that every connection will never be released,unconnected socket will stay in memory will never be released this is my main...

to triage

EasyFloat.with(this).setTag("chanage").setLayout(R.layout.fuqiu).setShowPattern(ShowPattern.FOREGROUND).setDisplayHeight { context -> DisplayUtils.rejectedNavHeight(context) }.setGravity(Gravity.END or Gravity.BOTTOM, 0, -200).show() this.finish() 当前activity关闭运行finish之后内存就泄露 ![WechatIMG722](https://user-images.githubusercontent.com/19730473/235608339-f316edab-54ef-45e1-aa66-3d9dca6dfc2a.jpeg)

when i test example code like this: let contentViewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "ContentNavigation") let menuViewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "MenuNavigation") let sideMenuController = SideMenuController(contentViewController: contentViewController, menuViewController: menuViewController)...