Feng Yu

Results 264 comments of Feng Yu

> 尝试补全`fallback-filter`为如下 > > ```yaml > fallback-filter: #回落DNS服务器过滤 > geoip: true #为真时,不匹配为geoip规则的使用fallback返回结果 > geoip-code: CN #geoip匹配区域设定 > geosite: #【Meta专属】设定geosite某分类使用fallback返回结果 > - gfw > ipcidr: #列表中的ip使用fallback返回解析结果 > - 240.0.0.0/4 > ```...

> 确实是否正确使用 nslookup,我不确定(至少我的 Debian 无法通过这个方式指定端口) debian可以用`dig`命令,我的路由器没有dig命令,只能用nslookup,这个nslookup似乎是busybox带的,可以指定端口 ```sh dig www.badidu.com @223.5.5.5 -p 53 ``` dig 支持命令行加上 -p参数设置端口

找了个ubuntu虚拟机测试了一下,似乎没这个问题,我怀疑是路由器内核版本低(路由器内核4.1.52)造成的,有待验证

I'm interested in fail-over for multiple endpoints. I used HBase before and switch to use Clickhouse. HBase client can handle fail-over internally when add multiple zookeeper nodes. Also, kafka consumer...

Can't reproduce. You may retry later. If still not work, you can use other CDN URL. See: https://trackerslist.com/

This because you did not publish source to pypi: ![image](https://github.com/user-attachments/assets/5c48a8ed-aa3a-44d0-aa84-e32a8f969287) And msys2 use `mingw` toolchain instead of `msvc`. So pip could not find a valid binary package to download. But...

And here's the msys2 python supported wheel tags: ```sh $ pip debug --verbose WARNING: This command is only meant for debugging. Do not use this with automation for parsing and...

@AIFlowML How to run the latest main branch, I always get this error: ``` ❯ pnpm start  WARN  Unsupported engine: wanted: {"node":"23.3.0"} (current: {"node":"v22.13.0","pnpm":"9.12.3"}) > eliza@ start /home/fengyu/projects/eliza > pnpm...

@AIFlowML After removed all the plugins except `bootStrap`, I can run the stress testing again. Here's the new result: https://app.artillery.io/share/sh_5bc91a7fb20e1370d165e4b2563a07f8673b8dfc616d4e03af4871e821483650 Still the same result. Since js is single-threaded language, so...