Bono Lv

Results 12 issues of Bono Lv

The upload command must failed without any error feedback if some non-ASCII characters in target file name. (the silent failed upload command still hang on a little while, but no...

[io.open](https://docs.python.org/2/library/io.html#io.open) is the default open implementation in Python3 . The API support specified encoding when we opening a file , so we don't need encoding string manually before writing operation....

the android building guide on your website is outdate , please update . or provide a Android arm binary download link thx

本文档已迁移至 https://weex-project.io/cn/guide/intro/how-it-works.html , 此处不再维护,谢谢。 ## 总览 Weex是跨平台,可扩展的动态化技术. 你能通过在Weex源码中写``, `` 和 ``标签,然后把这些标签转换为JS Bundle用于部署, 在服务端以这些JS Bundle响应请求. 当客户端接收到JS Bundle时,它能用被客户端中的JS引擎用于管理Native渲染;API调用和用户交互. ### 工作流 ``` Weex we 文件 --------------前端(we源码) ↓ (转换) ------------------前端(构建过程) JS Bundle -----------------前端(JS Bundle代码)...

本文档已迁移至 https://weex-project.io/cn/guide/ , 此处不再维护,谢谢。 我们将使用Weex编写一个简单的列表,类似的列表经常能在电商类移动应用中见到。 ## 开始 我们先编写一个列表项。 ``` html                        JavaScript         .cell{margin-top:10 ; margin-left:10 ; flex-direction: row; }   .thumb {width: 200; height: 200; }   .title {text-align: center ; flex: 1;...

crash log ``` Process: Alt Drag [20733] Path: /Users/USER/*/Alt Drag.app/Contents/MacOS/Alt Drag Identifier: com.daveeddy.Alt-Drag Version: 1.0 (1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Alt Drag [20733] User ID:...

The v2ray-core v4.45.2 is a version marked as ****Important SECURITY enhancement****. We should keep update with upstream project.

Other local model which use ChatML as prompt template could use it too.

If we feed into EmotiVoice a sentence like **"2023年达到了95%“** , current status the output was `两千二十三年达到了九十五` . the fix will correct it into: `二零二三年达到了百分之九十五`

The PR try to fix error when we got a sentence have version number(like 5.4.0) in it. eg: "本周,小鹏就将发布天玑 5.4.0 系统。" for issue: https://github.com/netease-youdao/EmotiVoice/issues/164