HuangWei

Results 47 comments of HuangWei

> Maybe iconv has another flag to remove control characters? I only find two flag for iconv "//TRANSLIT" and "//IGNORE" here: https://www.php.net/manual/en/function.iconv.php And after read more detail on xml 1.0...

From my side, I have use my build version for a while. Basically, it works fine. But yes, I'm not fully test other encoding E.g. UTF-16.

我刚刚想用这个 go 包测试,发现没有成功。: https://github.com/huin/goupnp 这里先贴一下效果吧,大概就是像图中一样,图中是我的电信天翼网关管理界面。图中迅雷就使用了 UPnP 从路由器拿到了端口映射。其中 HCDN 好像是爱奇艺的某个服务。 所以我的想法是 frp 也用 UPnP 向路由器申请一些端口映射。 ![WechatIMG9](https://user-images.githubusercontent.com/8207732/82756963-faf0bb00-9e0f-11ea-8e66-7de27fee7259.jpeg)

公网 IP 嘛,有些有,有些没有,也正常。 不过,重新打开这个 issue 话。我现在在想或许 webrtc 也是一种方式。只是不知道能不能实现

Me too, I have 2000+ wal files ``` /prometheus/wal $ ls | wc 2054 2054 18497 -rw-rw-r-- 1 1000 2000 134217728 Apr 11 09:18 00054821 -rw-rw-r-- 1 1000 2000 134217728...

I finally get it work on Ubuntu 20.04. So maybe I can have a look next time.

@oilbeater We found this node label has been fix in v.1.12.8 But the type: "centralized" is still not work. we expect that all traffic go in and out by "external-gw-nodes:...

After local testing above jpg image using master branch. I got following output, no crash yet. ``` imageproxy listening on localhost:8080 2023/01/02 15:44:58 error transforming image http://127.0.0.1/lottapixel.jpg#200x200: invalid JPEG format:...

@jcmoraisjr Could you help give some tips on how to using secrets in other namespace. Does Haproxy-ingress support it. I read the doc, But didn't find more useful doc on...

我在 1.12.4 下发现这个问题的一些线索 大概是因为 vm 被放到了多个 port_group 而正好又是用的 gatewayType: distributed 导致存在多个出口,没有正确配置出口 ``` # gatewayType: distributed 出口 ~# kubectl ko nbctl lr-policy-list ovn-cluster Routing Policies ... 29000 ip4.src == $ovn.default.caas.a151_ip4 reroute...