cdhigh

Results 12 issues of cdhigh

我超爱此插件,说是最爱的一点都不过分,写出来的代码超级整洁。 在这里想提一个建议,因为我的应用中我的手势检测都使用 InkWell,而不是GestureDetector, InkWell可以完全代替GestureDetector,因为InkWell有良好的视觉反馈,而GestureDetector缺少有效的反馈。 你的package里面有 intoGestureDetector,但是缺少 intoInkWell,如果能添加的话,我就不用保存我自己修改的版本了,这样就无法顺利升级到更高的版本。

good first issue

下载 QssStylesheetEditor_v1.5.zip 后运行pyw文件出错: RuntimeError: the sip module implements API v12.0 to v12.6 but the PyQt5.Qsci module requires API v12.7 我的环境: OS: Windows7 64bit Python: 3.7.3 32bit PyQt5: 5.12.1 Traceback (most...

fixed

我测试了能用,但是识别有点慢,可能是因为聚集慢,我也尝试了个别其他的库,发现同样基于zxing,有的就很快,相机还没有完全框住条码就识别出来了,我感觉是因为设置了 setAutofocusInterval 一个比较小的值。 至于耗电什么的不是问题,因为要扫码就那么一会会,不会一直打开扫码界面的。 额外的,是否可以设置只扫条码,不扫二维码,我看zxing有这个接口

enhancement

Can provide a close button on top right corner to interrupt a long progress? Users can only click a close button to interrupt.

enhancement

我看说明里面特别指出 为了采样精度和校准,当前最高采样率: 70ksps 这个限制是在那实现的,如果不考虑精度,只是要看个大概,能否达到1M? 如何修改?

**The log shows:** > Task :app:compileFlutterBuildRelease Dart snapshot generator failed with exit code -1073741819 > Task :app:compileFlutterBuildRelease FAILED FAILURE: Build failed with an exception. * Where: Script 'D:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1102...

I spent half a day trying to compile to exe for Windows, but no luck. Anyone can help to compile it?

### Is your feature request related to a problem? Please describe. Now, once the transmission started, you cannot add more files. You must wait until this transmission is completed. ###...

enhancement

In practical, it has been observed that this function can be very time-consuming if encountering image files or other larger binary files. It is recommended to modify it to this...

Bug Description: Up to the current version (2024-04-12), if the description field contains escaped CDATA, feedparser fails to extract the content. I have simplified the issue and provided a minimal...