guominfang
guominfang
Whether to support Chinese pinyin search
我是直接使用: ` ` 1. 通过点击的方式切换,选项,无法正确的选中点击的选项,同时setOnScrollListener方法没有回调。 建议公开:mScrollState属性,如果我通过setOnValueChangedListener的值来获取选中的选项,会回调太频繁
如果不在XML指定默认选中的RadioButton, 直接在代码中调用XRadioGroup.check()方法来设置默认值,onCheckedChanged()方法会回调两次。 代码顺序 ``` XRadioGroup = findViewById(); XRadioGroup.setOnCheckedChangeListener(); XRadioGroup.check(); ```
猫盘能安装docker-compose吗
Adding a TextField to DataRow2 and implementing onSubmitted doesn't listen to the Enter key next to the numeric keypad. ` DataRow2( cells:[ TextField( onSubmitted:(value){ } ) ] ) `
## 🐛 Bug Report run [example](https://github.com/dlutton/flutter_tts/tree/master/example) Directly callback the Cancel event ![Uploading image.png…]() **Version:** 4.0.2 **Platform:** - [ ] :iphone: iOS - [ ] :robot: Android
**描述错误** 最近使用了脚本功能后,应用经常无响应, **To Reproduce** 1. 添加脚本 2. 切换到其他应用一段时间再回来,应用界面无任何反应,任何按键都不起作用,程序坞的右键也不起作用,只能使用强制退出,关闭应用重新打开可正常。 3. 其他应用正常使用。 4. 原本为使用脚本功能之前,不存在这个情况,后面升级到107测试版,存在问,我又使用回105版本,还是存在问题。暂时未使用107正式版
非常不错
使用环境:mac os 12.6.5,黑苹果 尝试使用两天:提一点小建议 1. 软件关闭的时候,没有自动停止代理,这个导致我每次关闭软件之后都无法正常访问网络,只能重新打开软件,手动停止代理,再关闭软件,才能正常访问。 2. 返回的JSON响应体,希望能折叠(现状:格式化显示JSON,这个很友好,如果能折叠更好) 3. 希望添加单个请求路径的二级分组,目前只支持域名一级分组 最后,最希望能增加一个功能:能配置某一个请求,把该请求的响应体,转发到自己的服务器。
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Connect to one / many devices using `connectTo()` /...
 通过查看代码,是 db.collection("uni-id-users").where({role:"admin"}).count(); 这个 jql查不出用户,应该如何修改