bigBron

Results 9 issues of bigBron

I can confirm that the configuration is correct and the same configuration can connect to the cluster using go-redis. @kataras can you add a go-redis dependency? Locate where the error...

bug

In my case fromStackExchange is always false: ```go const waitComesFromStackExchange = '!' var wait = "1620719461266218800" fmt.Printf("waitComesFromStackExchange=%s wait=%s\n", string(waitComesFromStackExchange), wait) //wait[0]: type = uint8 //waitComesFromStackExchange: type = int32 //string(wait[0]+waitComesFromStackExchange) =...

bug

Hello, @kataras , I am using the room function provided by neffos, and In my case I am not sure whether the client-side can call the `Leave()` method correctly, which...

enhancement

https://github.com/kataras/neffos.js/blob/4a8b3714da4da3bbfd7c14ce376b043facd0ba11/src/neffos.ts#L367-L368

Hello, @kataras. the neffos.js works very well. but the coupling is too high. I want to change WebSocket. If there is an interface, I can implement it myself. ```js interface...

> 复现 - video组件播放状态 - 按home键切换app进入后台 - 点击app图标进入app - video组件黑屏 > 运行环境 - HBuilder X 2.7.14.20200618 - @dcloudio/uni*系依赖 2.0.0-27920200618002 - Android 5.1 - OPPO R9m,ColorOs版本V3.0 如何保持video组件在app端进入后台时仍然能一直播放?

1.live-pusher组件zoom无效 2.input组件adjust-position无效 3.按这情况,估计还有,只是还没遇到... 这bug之前已经提交过,[#1515](https://github.com/dcloudio/native-docs/issues/89),最后不了了之 ,对uniapp能修复这个bug不报希望,本身就是免费东西,还是感谢uniapp的。 测试机型: - oppo R9m Android 5.1 - 华为KIW-AL10 Android 6.0.1 相关版本: - "@dcloudio/vue-cli-plugin-hbuilderx": "2.0.0-26920200403001" - "@dcloudio/vue-cli-plugin-uni": "2.0.0-26920200403001" - HBuilderX 2.6.9.20200403 给后面的人一些提示: 如果你准备用uniapp开发app,请慎重考虑清楚,uniapp只适合做些简单布局的页面,如果涉及到动画,嵌套图层,放弃折腾吧,请果断选择flutter。 所谓全端是不可能的了,真正落实到每个端下面还是有无数的坑等着你,这是不可预测的,uniapp也不可能都帮你都考虑到。所以app就算了,不适合,慎重考虑。 关于uniapp搞小程序还是没问题的。

- 这个问题之前**已经出现过**([issues-719](https://github.com/dcloudio/uni-app/issues/719#issue-484799600)),不知道是否有关联。 **复现步骤** 1. 使用vue-cli方法创建项目。 2. 使用全屏模式plus.navigator.setFullscreen(true)。 3. 在HbuilderX,uni-app编译模式下nvue安卓input adjust-position: false配置无效,页面依然会上推。 ```js 检测页面是否上推 plus.navigator.setFullscreen(true) export default { data() { return {}; } } .box { /* #ifndef APP-NVUE */ display:...

bug