Results 86 issues of donmor

- 文件选中菜单中下载改为另存为,允许更改保存位置 - 文件列表中直接点击文件时,改为下载到应用缓存(/dara/data/包名/cache)并预览文件 - 文件选中菜单增加打开方式,点击后下载文件到应用缓存并根据文件类型显示应用列表 - 增加文件和目录的离线可用功能,将开启的文件实时同步到应用内部空间(/data/data/包名/files),点击预览或打开方式可直接使用本地文件,断开网络后文件仍可用,并在网络恢复后同步;监视上述文件的属性变化,在预览或第三方应用中修改后自动更新存储端文件 - 在系统中注册DocumentsProvider,所有离线可用文件都可通过如图的系统自带文件管理读写并同步,类似OneDrive、坚果云等同步网盘 ![IMG_20230210_203432](https://user-images.githubusercontent.com/29735136/222682426-ab8aa932-7edb-4dc4-a7a1-5eebf78d9139.jpg)

有一大批吧挂了 贴还在但是只能app访问 想趁还没完全挂之前导出来

To show attitude, altitude, airspeed, turn, heading, vertical speed, fuel, etc., and also sighting and ammunition if weapon is equipped. Currently I have to use f3 to keep it from...

Assume there's one of these situation: - You want to move a disk with a mergerfs branch on it to another machine, without breaking the pool - A disk with...

Add an option: `-H, --hashing-algorithm=` used along with `-i, --ignore`. Thus we can use faster algorithms like CRC32, or safer one like sha256, or multiple algorithms in turn (skip latter...

Recreated #253 as `cmd_mount.rs` is renamed.

`libbass` is not an open-source library, making it impossible to build this project for non-x86 machines.

Tar is an open format and is easy to use (with `tar c(x)vf /dev/st0 ...` ). It can support lto4 and older tape/drives, which are much cheaper. Edit: tar tapes...

我的编译环境为Arch Linux(已滚至最新)+GCC13/GCC14+Ruby 3.0.6,按照README编译时多次报错,在修补了部分文件后编译出可执行文件`rgm`,用来测试运行游戏(使用青鬼6.23汉化版)时,程序每次均卡死(使用`killall -9`结束)或闪退,日志中有`[LOG] [Binding] Quit mri binding engine.`,推测是Ruby部分出错。 使用GDB调试,在`binding/mri/mri_util.h:150`和`binding/mri/mri_main.cc:405`处下断点,于150行处获取到每个载入Ruby的脚本,最终在载入`102: Main`时产生非0state,转至405行,循环中断。 已在x86_64和loongarch64(龙芯的自主架构)复现。 所做的改动: ``` diff $ git diff diff --git a/app/rgu_main.cc b/app/rgu_main.cc index 8e528b6..13ed552 100644 --- a/app/rgu_main.cc +++ b/app/rgu_main.cc @@...