Zhipeng

Results 5 issues of Zhipeng

A third party POST request to us is like: https://xxx.com?cmdType=ABC Is possible to depend on 'cmdType' to register different routing? For example: app.Party("/entry", func(ctx iris.Context){ cmd := ctx.Params().GetString("cmdType") if cmd...

🤔 type:question

We have a message content filter requirement, after reading through the document, we think we can use the Plugin to implement it. But cannot find any document about the Plugin,...

feature request

经测,在小米K40 Pro+手机(MIUI 13.0.5, Android 12)上,如使用Release模式运行:flutter run --release screenWidth, screenHeight, statusBarHeight, bottomBarHeight, appBarHeight等基础属性全为0,间接导致几乎所有方法均返回为0,如getSp

Once import this parallax library, the UIDatePicker become weird, cannot scroll, choose date, the field 'year', 'month' and 'day' will be same. ![ios simulator screen shot 2015 7 31 5...

Hi, I'm coming again. I initialized the Tincode as below codes on app startup: ``` if (tinode == null){ tinode = Tinode( 'Wow', ConnectionOptions(WebSocketUtils.WsUrl, WebSocketUtils.ApiKey, secure: true), ApiConstant.isDebug); } CtrlMessage...