whc2001

Results 15 issues of whc2001

I have a lot of lua source files encoded in GB2312, and my OS locale is `zh-CN` (same with non-Unicode locale settings). I tried every setting combinations of "Console Coding"...

## 问题反馈 之前打开视频页面时播放器右侧的选项卡默认显示的是弹幕列表, 不知道B站什么时候做的改动, 现在默认是推荐视频. 请问是否有可能增加自动切换到弹幕列表的选项, 谢谢. ### 环境信息 1. 操作系统 (Windows/macOS/Linux): Windows 2. 浏览器版本(您可以在 [菜单/帮助/关于] 下查看): Google Chrome 版本 68.0.3404.0(正式版本)canary (64 位) 3. 扩展版本: v0.9.6

enhancement

## Background Product of UPS2000 series are online (double conversion) UPSes manufacturered by Huawei. They come with two different form factor: UPS2000-A (tower factor) and UPS2000-G (rack-mount factor). They are...

documentation
DDL
modbus
Huawei

> file.remove("test.lua"); > file.open("test.lua","w+"); > w = file.writeline w([==[str = "Hello World!";]==]); w([==[print(str);]==]); file.close(); dofile("test.lua"); stdin:1: attempt to call field 'writelinew' (a nil value) stack traceback: stdin:1: in main chunk...

wontfix

I wanted to serialize an `Uri` to string and deserialize it back to Uri, and I wanted to populate an empty string when the `Uri` object being serialized is `null`....

The repeate one function works fine for the built-in online library. However when I open a local file by drag-and-drop, the file is closed instead of rewinded after playing once....

### The problem I wanted a voice cue for different states of voice assistant, like when listening started. I've seen that the RTTTL component has an option to designate a...

I tried to gracefully shutdown winston by doing this before the exit of the program: ```js const loggerEnd = new Promise((resolve) => logger.on('finish', resolve)); logger.end(); await loggerEnd; console.log("Debug - winston...

I tried to process the JSON below: ``` { "party": { "1": { "party_no": "1", "status": "1", "party_name": "第1部隊", "finished_at": null, "slot": { "1": { "serial_id": "11111111", "sword_id": "44" },...

I tried to add the `python-pyaudio` folder to my openwrt source and compile it, then I received this error: ``` cp -fpR /home/vm/lede/build_dir/target-mips_24kc_musl/PyAudio-0.2.9/build/lib.linux2-2.7/* /home/vm/lede/build_dir/target-mips_24kc_musl/PyAudio-0.2.9/.pkgdir/python-pyaudio cp: cannot stat '/home/vm/lede/build_dir/target-mips_24kc_musl/PyAudio-0.2.9/build/lib.linux2-2.7/*': No such...