Results 6 issues of Tryanks

~可乐的是,目前进度卡在~ 在做了 - [x] Avalonia11 - [x] FluentAvalonia v2 - [ ] ~.net8 (C# 12) - unstable~ - [x] .net7 (C# 11)

文档内容在 [websocket_protocol.md](https://github.com/modelscope/FunASR/blob/main/runtime/docs/websocket_protocol_zh.md) 中的如下板块(从外到内) - `离线文件转写` - `从服务端往客户端发数据` - `发送识别结果` - `参数介绍` 其中在`参数介绍`中标注了 `is_final` 字段功能为“表示识别结束”。 这个字段在 offline 模式下永远返回 False,没有出现过 True。 我在阅读一些客户端的代码之后,发现在 `offline` 模式下,客户端并不关心这个字段。 这些代码通常的做法是在接收到一个 websocket package 之后就直接断开 ws 链接。 建议:在文档中体现出来这一点,标注离线模式下的客户端正确做法。 以下是个人改动的版本,仅供参考:...

documentation

Cannot call the `syscall.Syscall()` method on MacOS. - System Version: MacOS 15.3.1 (24D70) - Go Version: 1.24.1 - Tinygo Version: 0.36.0 Minimal reproducible code: ```go package main import ( "syscall"...

bug
macOS

My device is `OrangePi5Plus`, and I have built a custom kernel for it, creating a patch for the modifications I made to the kernel: https://gist.github.com/Tryanks/54cb0100a43d6362ac76df09665f1054. I want to apply this...