BoringCat

Results 9 issues of BoringCat

Python脚本在跑 Clear() 和 display() 时有严重的性能问题,CPU利用率一直位于100%,后面发现是send_data消耗大量性能。 spi_writebyte最多可以输入4096bytes - 测试平台:Raspberry Pi Zero W - 测试系统:ArchLinux ARM (armv6l Linux 4.19.97-1-ARCH) - Python版本:Python 3.8.1 ##### - 问题代码: https://github.com/waveshare/e-Paper/blob/8973995e53cb78bac6d1f8a66c2d398c18392f71/RaspberryPi%26JetsonNano/python/lib/waveshare_epd/epd5in83.py#L62-L66 - 改进方式: 加入以下代码 ``` diff @@...

### Modified for this case - need to monitor multiple domain which is dynamic resolve to different instance - instance handle multiple certificate and distinguish with SNI To monitor more...

### [高级篇-->流量统计-->流量信息的处理](https://guide.v2fly.org/advanced/traffic.html#%E6%B5%81%E9%87%8F%E4%BF%A1%E6%81%AF%E7%9A%84%E5%A4%84%E7%90%86)中实例脚本的awk命令出错 - **详细信息:** `v2ctl`输出中存在换行符`\r\n`,脚本中 `gsub(/^"|link"$/, "", $2);` 无法匹配到后面的link,导致输出 `inbound:api->uplink"` 而非 `inbound:api->up` 脚本中 `else if (match($0, /^>$/) && f) { f = 0; print 0; }` 无法匹配 `>`,在无数据的情况下没有输出`0`,导致 `print_sum()` 报错...

unconfirmed

当锐捷SAM服务器设定需要校验用户IP为动态IP时,dhcp-type选项0,2,3均无法通过。 已知: - 学校服务器未设置二次认证,官方客户端也无需二次认证 - MentoHUST能成功通过IP校验(但是无法通过客户端校验) - 服务器认证日志提示:“用户动态IP地址类型绑定错误” 另外,当锐捷服务名为中文时,发送的字符串是UTF-8,但是服务器是GBK。导致命令行无法认证,需要使用iconv转换配置文件编码

In `files/root/etc/init.d/mentohust` line 47-62. If any string variable has shell control character. your system will he hacked!😨 Please make sure no one knows your luci password! Until i fix it....

### Pulumi Version v0.1.8 ### Affected Resource(s) tencentcloud:Clb/targetGroup:TargetGroup (tencentcloud_iac_pulumi.clb.TargetGroup) ### Actual Behavior ``` pulumi:pulumi:Stack (********-TencentCloud): error: preview failed tencentcloud:Clb:TargetGroup (********-http): error: Preview failed: refreshing urn:pulumi:TencentCloud::********::tencentcloud:Clb/targetGroup:TargetGroup::********-http: 1 error occurred: * [TencentCloudSDKError]...

我们团队正在将上传文件的操作集成到CI中,CI执行环境是k8s,但只能找到[coscmd的官方docker镜像][1],找不到coscli的官方docker镜像。 或许可以像 coscmd 那样打个镜像,推送到 dockerhub? 这样能简化很多配置,也不需要手动跟随版本打镜像 [1]: https://hub.docker.com/r/tencentcom/tencentyun-coscmd

目前 2.9.1 版本仍然在使用 AngularJS。在 Grafana 10 上面报 deprecated 虽然说还能用,但每次进 dashboard 都弹一个警告实在是难受 - 插件界面的警告 > Angular plugin > This app plugin uses a deprecated, legacy platform based on AngularJS and will...

question

### Improvement Suggestion https://github.com/daeuniverse/dae/pull/758 增加了通配符绑定接口的功能,daed的接口配置选择器目前还不能输入自定义内容 ### Potential Benefits 方便匹配`docker compose`等自动创建的网桥,例如`br-*`可匹配`br-186344af75bd`,`br-7d8b1b82c1bf`,`br-655653f76c4a`,不需要手动配置

topic/enhancement