Bono Lv
Bono Lv
after install ibus-gtk , this problem solved for me.
The pre-built binaries from latest releases (nightly-2023-03-31) work well on my Ubuntu 22.04 @ WSL2 environment. ``` Ubuntu 22.04.3 LTS WSL : 2.0.9.0 Kernel: 5.15.133.1-1 Direct3D : 1.611.1-81528511 DXCore :...
谢谢 @siqin 的指正,已经重新编辑替换本文中的英文标点。 如对代码有兴趣 ,也请 @siqin review下我们的代码,希望早日看到你的PR ;-)
THX! , 已经部署。 后续翻译完成后,可以直接通过给[Weex主仓库 doc分枝](https://github.com/alibaba/weex/tree/doc/doc) 提交PR 。 PR内容可以参考 [这次变更](https://github.com/alibaba/weex/commit/a61cda65c4b1b3dd0e64d5f75de6ce0f9c888528)
The problem happened in my system after the latest Windows update. ``` WSL : 2.0.9.0 Core: 5.15.133.1-1 WSLg : 1.0.59 MSRDC : 1.2.4677 Direct3D : 1.611.1-81528511 DXCore : 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows...
this PR https://github.com/netease-youdao/EmotiVoice/pull/166 will fix the problem.
fix result: ``` print(f"5: {number_to_chinese('5')}") print(f"1.2: {number_to_chinese('1.2')}") print(f"2.3.4: {number_to_chinese('2.3.4')}") 5: 五 1.2: 一点二 2.3.4: 二点三点四 ```
I tested again in a different environment (Ubuntu 24.04.1 LTS + GNU Emacs 29.3 ) , still got this error: `gnutls.el: (err=[-54] Error in the pull function.) boot: (:priority NORMAL:%DUMBFW...
after (setq gnutls-log-level 2) I can see more debug information: ``` gnutls.c: [1] (Emacs) connecting to host: api.money.126.net gnutls.c: [1] (Emacs) allocating credentials gnutls.c: [2] (Emacs) allocating x509 credentials gnutls.c:...
Thanks for your reply. The code base is still valuable.