wangzq

Results 7 issues of wangzq

What are the minimum dependencies I need to use gocv?In other words, what .so do I need?

![image](https://user-images.githubusercontent.com/19191915/58405344-cda4ec00-8099-11e9-84ac-868a6c074742.png) when i access the webpage ![image](https://user-images.githubusercontent.com/19191915/58405392-e4e3d980-8099-11e9-832a-0b514b7c4c08.png)

when I use sendFrom function send btc to another address, bitwallet response error is "-32603: account 1 not found" and bitwallet log is "[WRN] RPCS: Websocket receive failed from client...

在2.3.3章中,我使用count示例去测试: 如下是我的代码: ```rust #![feature(macro_metavar_expr)] macro_rules! foo { ( $( $outer:ident ( $( $inner:ident ),* ) ; )* ) => { println!("count(outer, 0): $outer repeats {} times", ${count(outer)}); println!("count(inner, 0): The...

测试脚本: ```python from typing import List import json import time import os import sys cur_dir = os.path.dirname(os.path.abspath(__file__)) fastllm_dir = os.path.join(cur_dir, "fastllm") sys.path.append(fastllm_dir) import pyfastllm glm2_model_path = os.path.join(fastllm_dir, "chatglm2-6b-fp16.flm") glm2_model =...

How do I hot-update the configuration while my program is running?

### 预期情况 自动配置系统代理应该将socket端口号填入系统socket代理中 ### 实际情况 实际是使用了http代理端口号填入了系统socket代理配置中 ![Snipaste_2024-12-03_11-47-25](https://github.com/user-attachments/assets/083c5e0a-eb16-4914-88a2-03b3c3ea3ace) ![Snipaste_2024-12-03_11-48-45](https://github.com/user-attachments/assets/374d93d9-8b0a-4a90-bd53-444ee0c40c2a) ### 复现方法 在debian12+gnome下,切换清理系统代理和自动配置系统代理 ### 日志信息 无 ### 额外信息 _No response_ ### 我确认已更新至最新版本 - [X] 是 ### 我确认已查询历史issues - [X] 是

bug