SuperKenVery

Results 22 issues of SuperKenVery

Great appreciation to this project! Thanks a lot! But could you please provide some information on on how to config the kernel? I'm totally new to kernel hacking. Thanks a...

`首先,非常感谢您在简书上关于Audio Unit的文章以及这些开源的代码!节省了我很多时间,也给了我很大的帮助!` 我在研究您的代码Tutorial07-AudioUnitPlayPCM中的LYPlayer.m时看到有一些代码初始化、管理了一个bufferlist变量,与我自己的代码对照后感觉不太对:我的bufferlist是从系统里拿的,为什么你的是自己创建的? 我仔细看了看,您的代码只是初始化、申请其内存、释放其内存,却从未向bufferlist中填充过任何有意义的内容。 于是我把您项目中有关bufferlist的代码**全部注释掉**,并且编译运行。代码在我的iPhone XS,iOS14.1上**运行良好,声音正常播放**。 注:因网络原因,我是从gitee上 https://gitee.com/wu_jian_jian/LearnVideoToolBox?_from=gitee_search 克隆的仓库。内容应该和这个仓库是一样的。

### Describe the problem and steps to reproduce it: When an addon is not compatible with the current thunderbird version, it marks that addon with `需要重开`, while the `requires restart`...

## Checklist - [x] Tests written for new code (and old code if feasible) - [x] Linter and other CI checks pass - [x] Sign-off given on the changes (see...

T-Defect
Z-Community-PR

`/home/ken/.config/systemd/user/auto-fix-vscode-server.service: broken symbolic link to /nix/store/912jjzzgnmx5zmgk5k16f7jsxjwvfmp4-unit-auto-fix-vscode-server.service/auto-fix-vscode-server.service` It's actually in `/nix/store/6471nwwfn800igw70hbwvs2prq2ssy2n-unit-auto-fix-vscode-server.service/auto-fix-vscode-server.service` My configuration: ``` # VSCode server auto fixup imports = [ (fetchTarball "https://github.com/nix-community/nixos-vscode-server/tarball/master") ]; services.vscode-server = { enable = true;...

We currently rely on some external programs to copy text, which may or may not work, given the user can be under X/Wayland/SSH: https://github.com/kamiyaa/joshuto/blob/1f045515eafc83aa5214c72774bdbbc6500723f3/src/commands/file_ops.rs#L144-L158 Maybe consider using [OSC52](https://github.com/theimpostor/osc/)? It's should...

I wonder what's blocking you from supporting older macOS versions, is it SwiftUI features? Or is it as easy as changing the lowest OS requirement? **Is your feature request related...

enhancement

I was trying to serve a javascript file and it had decoding problems. Previous issue #263 addressed this for plain text files `text/plain`; I think we should do the same...

### Summary Here's an example: https://play.ty.dev/948638ab-b0a1-45bf-a945-88d9b60a6dc9 Note the error message: ``` Return type does not match returned value: expected `int`, found `str | int` ``` This is not expected. There...

bug
set-theoretic types