Results 13 issues of 老虎会游泳

### Describe the bug 1. `zh_Hans` and `zh_Hant` are not language codes actually used in Linux desktop. 2. `zh_CN`/`zh_HK`/`zh_SG`/`zh_TW` are the language codes actually used in Linux desktop, where `CN`/`SG`...

help wanted

我使用66.0.3 (64 位),目前无法保存设置。我已经重新安装20遍了,根本没有用。我甚至新建了一个Windows用户来尝试排除Firefox配置的问题,但是在该用户的全新Firefox中设置依然无法保存。 -------------------------------- 刚刚我又尝试了一下在新用户中把Firefox安装到一个全新的位置,然后使用“翻新Firefox”功能。但是依然没有用,这个插件还是无法保存设置。

I added an new option `Unspecified (Use System Default)` to the Vulkan ICD Loader in my lutris fork: https://github.com/winegame/lutris/commit/27459c209f59db1087e46018d3898dc88ec3a1cd ``` choices.append((_("Unspecified (Use System Default)"), "")) ``` ![图片](https://user-images.githubusercontent.com/4986069/193632861-85c19c41-540f-42da-9cf7-97c020af3368.png) Then I can...

# Change 1 Added an app selector for the per-app proxy, no need to manually enter the package name. Features: * The application will not crash when upgrading from the...

记录一些导致[C++前端](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/demos/TTSCppFrontend)崩溃的示例文本: 1. 包含字母,断言异常。 ``` ./run_front_demo.sh --sentence 'TTS语音合成服务' ``` ``` tts_front_demo: /home/firefly/work/tts/PaddleSpeech/demos/TTSCppFrontend/src/front/front_interface.cpp:358: int ppspeech::FrontEngineInterface::GetInitialsFinals(const string&, std::vector&, std::vector&): Assertion `word_finals.size() == ppspeech::utf8string2wstring(word).length() && word_finals.size() == word_initials.size()' failed. ``` 2. 字母在结尾,内存越界。 ``` ./run_front_demo.sh...

Bug
feature request
T2S
good first issue

I spent a long time debugging the sample code at [npm:@saschazar/wasm-heif](https://www.npmjs.com/package/@saschazar/wasm-heif). It just deadlocks in `heifModule.decode()` without any output. ![0e0c0d1e-22fc-4f67-b680-9c8ddf662e8d](https://user-images.githubusercontent.com/4986069/149567961-bf1137de-ba69-4673-841e-ec31721345d9.png) In the end I found out that this is because...

微信SwimmingTiger,备注大脚

用户反馈称 https://github.com/btccom/btcagent/pull/46 效果不佳,有可能5个连接都已满。而且用户说不想让连接数增长,所以改成简单粗暴的一旦已满就重连。 效果如何还有待用户反馈。

之前的代码在mining.configure阶段,version_mask是ffffffff,随后发送mining.set_version_mask将其改为1fffe000,这似乎与翼比特E12不兼容,导致它不能正常挖矿。 所以添加了一个配置项BitcoinDefaultVersionMask,默认与服务器当前配置相同(0x1fffe000),如果服务器配置后续更改,还能在连上矿池后自动更新。因为目前的连接策略是矿池未就绪就把矿机踢下线,所以多用户模式最开始的连接获取不到正确的version mask也没关系,随后等连上矿池并更新version mask之后,矿机才能真正上线。 在进行这项改动后,请求我进行改动的矿工反馈称问题得到解决。备注:与此同时我还设置了`"always_keep_downconn": true`,也许是它解决了问题,我没有深入调查。 不过不管怎么说,这个修改的好处还是大于坏处的,因为它让智能代理更加符合 Version Rolling 的协议规范。 --- ### 为什么 default version mask 是全局的,而不是特定于子账户 / `UpSession`? 因为很多矿机的`mining.configure`先于`mining.authorize`发送,此时根本不知道子账户是什么。这也是我们之前不得不发送`ffffffff`的原因。 --- ### 更新 version mask 时的竟态条件 以下代码没有加锁,确实存在竟态条件(`DownSession`可以在这里写入的同时读取该值)。但是加锁的代价太高了,似乎不太值得。而且只要服务器保持 `0x1fffe000` 不变,就不会触发更新,也就没有竟态条件了。 https://github.com/TigerForkGroup/btcagent/blob/70f60d99e5a2738cba3a43a5d15ef3102d822a0f/UpSessionBTC.go#L369-L372...

The single quotes in the title have not been escaped. It cuts off the URL and makes the link unavailable. ```