Tianxing Yang

Results 10 issues of Tianxing Yang

I forked the repo and tried to run it in Google Colab. I did some revision on formatting and data fetching code. My current version of Colab notebook is at...

## 你正在使用哪个版本的 V2Ray? * VPS: 4.45.0 * 手机端:V2RayNG 1.7.4(华为P30,EMUI 12) ## 你的使用场景是什么? * 手机机型:华为P30,系统:EMUI 12 * 安装V2RayNG,当前版本:1.7.4 * 在亚马逊新加坡区域搭建VPS,上面部署V2Ray(模板:[VMess + WebSocket](https://github.com/v2fly/v2ray-examples/tree/master/VMess-Websocket)) * 移动4G下使用Chrome,通过该VPS浏览被墙网站 ## 你看到的异常现象是什么? * V2RayNG连接失败,错误消息有两种,交替出现: 1. io: read/write...

- OS: Ubuntu 19.10 - IBus version: 1.5.21 - Atom version: 1.45.0 When I switch to Chinese input mode (Intelligent Pinyin) and try to type Chinese into Atom 1.45.0 (snap...

I am performing maintenance work for some some internal implementation of the `fetch` API for the company I am working in. Recently I discovered some bugs of that implementation related...

topic: streams
clarification

目前这个脚本安装的 `xray.service` 只能安装到系统的 systemctl service 目录,对于不便或者不能使用 root 的场景没有很好的支持,此外在多用户场景下也使得不同用户被迫共享同一个配置文件,体验并不好。 由于 systemd 本身是有运行 user unit 的功能的,因此我在自己的电脑上,通过复制粘贴的方式,写了一个用户级 `xray.service` 给我自己使用,内容如下: ```service [Unit] Description="Xray service (user unit)" [Service] ExecStart="%h/GFW/Xray/Xray-linux-64/xray" -c "%h/GFW/Xray/Xray-linux-64/config.json" Restart=on-failure RestartPreventExitStatus=23 LimitNPROC=10000 LimitNOFILE=1000000...

[Enter steps to reproduce:] 1. Right click and select "create files from template" 2. Error pops up **Atom**: 1.34.0 x64 **Electron**: 2.0.16 **OS**: Ubuntu 18.04.1 **Thrown From**: [file-templates](https://github.com/arcath/file-templates) package 0.2.0...

Bug type: Language Service # Describe the bug - OS and Version: Ubuntu 20.04 - VS Code Version: 1.61.0 - C/C++ Extension Version: v1.7.0-insiders2 - Other extensions you installed (and...

Language Service
Visual Studio
more votes needed

I was doing some code completion evaluation using [codefuseEval](https://github.com/codefuse-ai/codefuse-evaluation/tree/master/codefuseEval), on the **Qwen2.5-Coder base model**. When I ran a Java evaluation, I saw a lot of `` and `code>` markups in...

# Update 2024-12-11 I have found that when running the Aider benchmark with the **DeepSeek-Coder-6.7B-Instruct** model, most of the results generated by the model did not include the **SEARCH/REPLACE** blocks...

It came to my attention that in the KVRET dataset ([permalink](https://github.com/ConvLab/ConvLab-3/blob/d24454a7b4018a0be18c2e4550fb826980064530/data/unified_datasets/kvret/data.zip)), the file `dialogues.json` has one sample that contains overlapping slots: ```json { "speaker": "user", "utterance": "I need the reminder...

bug