zhengqwe

Results 11 issues of zhengqwe

No Level 0 in compression level option for 7z and zip format, original 7-Zip has it.

如下配置: ``` method=w-md5,https example.com=x.x.x.x ``` 在对`example.com`发起http请求时用wireshark抓包时能看到一些数据包

Add an option to control whether to display the video in the screen cutout. This will be useful for non-full screen devices.

feature request
help wanted
user interface

For example, to realize long-press 3x speed playback and resume when released

feature request
user interface

[App Ops](https://appops.rikka.app)可以实现,但不知道执行了什么命令

https://github.com/aliofwind/davs2-10bit I tried to integrate it in my fork but failed. I'm not sure if this is related to the upstream.

**需求应用场景** 现有的逻辑是所有ip都测速,这会造成一两千个ping连接,并发压力太大,可否根据网段进行测速? **建议的方案** 根据ipv4 /24网段和ipv6 /48网段进行测速,如果上游返回多个ip都在同一个ipv4 /24或ipv6 /48范围内就随机其中一个进行测速 **设备信息** 1. 设备信息(CPU,厂家) 2. 固件信息

https://huggingface.co/collections/PaddlePaddle/pp-ocrv5

I do this on ubuntu 24.04.3: ``` sudo apt install make binutils autoconf automake autotools-dev libtool pkg-config git dpkg-dev autopoint libcppunit-dev mkdir work cd work mkdir build_libs wget https://downloads.openwrt.org/releases/24.10.2/targets/x86/64/openwrt-toolchain-24.10.2-x86-64_gcc-13.3.0_musl.Linux-x86_64.tar.zst wget...