Chris Liu
Chris Liu
Can you add a feature of sending text messages? I think this will be useful, especially between many devices of one person. eg, sending url or memo from phone to...
In the [document](https://stuk.github.io/jszip/documentation/api_jszip/generate_async.html#encodefilename-option), `encodeFileName` is described as "The function takes a string and returns a bytes array (Uint8Array or Array)", but in .d.ts file, it's declared as `encodeFileName?(filename: string): string;`,...
I'm using version 13.0.4. From help message we got: ``` -p, --prerelease [] Consider prerelease versions -P, --patch [] Consider only up to semver-patch ``` But I think these two...
### 问题描述 希望在视频右键菜单里,加入移动端那样的“反馈”和“我不想看”功能。 ### 描述解决方案 有利于优化视频推荐 ### 备选方案 _No response_ ### 附加信息 _No response_ ### 人人为我,我为人人 是的,我希望我的代码出现在哔哩中
It seems that input value isn't collated with `utf8mb4_unicode_ci`. So I converted it. The `load` command can be used by GM menus.
This problem is caused by line 24 and 26 of "install_sdcard.sh". I modified "cmd" to "sudo", and it is OK.