ouyangde

Results 9 issues of ouyangde

In order to ensure that json-forms can generate any form I desired, I tried to write a schema which can generate itself, but failed. Here is my schema: { "$schema":...

Steps to reproduce: > root@vm ~# docker run --rm -it alpine:edge sh / # apk --update add bash fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz (1/4) Installing ncurses-terminfo-base (6.2_p20210306-r0) (2/4) Installing ncurses-libs (6.2_p20210306-r0) (3/4) Installing...

用在使用了websocket的站点时,浏览器报错如下: WebSocket connection to 'ws://somedomain/somepath' failed:

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? When I run: python3 -u webui.py...

bug-report

告警模板其实改动的并不频繁,同一个用户也很少接入太多种类,用数据库管理并无必要,反而增加运维负担,且要解决数据库挂了之后报警如何发出来的问题。

如果自定义模板输出的是json格式的话(例如webhook类型),原始数据里含有\n \"等等字符的就无法安全的放入模板中。 go模板中自带一个js函数,但是它的输出并不兼容json,例如会把' 转义成 \' 这个符号在json中不允许。 我现在用 `{{ $content := js .annotations.description }}{{ reReplaceAll "\\\\'" "'" $content}}` 的方式来勉强达到效果,很不优雅,也不够安全,不知道会不会漏掉其他特殊字符。

**Describe the bug** When change loadBalancerIP of a service, VIP not get reassigned. **To Reproduce** Steps to reproduce the behavior: 1. create a deployment of nginx. 2. create service/http1 for...

**Describe the bug** When "enableServicesElection" is enabled and multiple services are configured with the same IP, it can result in a situation where the same virtual IP is assigned to...

Description When using the jupyterhub-git extension, encountering an error with a Git command results in an HTTP 500 response. This is not ideal because HTTP 500 indicates a server-side error,...

bug