Sarasa Kisaragi
Sarasa Kisaragi
除了 #18 提到的文字指示的回复对象是 Bot 外,可否集成 Telegram 和 QQ 本身的回复功能? 因为 Telegram 和 QQ 本身的回复能够带有上下文信息而且可以跳转,避免另一端的用户知道回复了谁,却不知道回复的是哪条消息的情况。
**Describe the bug** Merge behaviors different in array and object version of yq & operating system: ```bash $ yq --version yq version 3.3.1 $ uname -a Linux sarasaarch 5.7.3-arch1-1 #1...
fix #45 随机拆分直线(L)与二次贝塞尔曲线(Q),使得每个字母生成的向量每次均不同。 潜在的问题或改进方向: - 生成的效率会降低,并且生成出来的 SVG 大小会变大。由于拆分也会导致生成图案变丑。 - 基于概率的拆分,或许会被基于统计的方式攻破。或许不应该将概率做成配置项,而是应该完全随机。 - 拆分所生成的点可能有特征。 - 每 L 或 Q 只会被拆分一次,可能应该改成有一定概率多次拆分。 - 由于拆分导致线条不连贯,如果逐点扰动对图案质量有显著影响(但是我不觉得对 SVG 图像进行逐点扰动有什么价值。同样的,噪点与横贯线条在 SVG 里也易于识别)。 Randomly split the straight line (L)...
Global gitignore file often is: `$HOME/.gitignore` (actually configured at .gitconfig `core.excludesfile`). It would be nice to use this if env var `HOME` no empty and .gitignore file exists, or accept...
Signed-off-by: Ling Samuel ### Type of change: - [x] Bugfix ### What this PR does / why we need it: Fixes #1190
Currently our e2e case has a lot of duplicate code snippets, which will be harder to maintain as time goes on. A `Phase` function is a simple `func()` type function....
http://github.com/apache/apisix-ingress-controller/blob/3d0b9769894197ba3138cd3b96d775ba2163e0c8/pkg/ingress/secret.go#L376-L376
also need to notify that the ApisixUpstream healthCheck requires `resolveGranularity` == endpoints
- [ ] `service is referenced by two ApisixRoutes` https://github.com/apache/apisix-ingress-controller/runs/7001002614?check_suite_focus=true `/home/runner/work/apisix-ingress-controller/apisix-ingress-controller/test/e2e/suite-ingress/resourcepushing.go:28` - [x] #1015
We should have a e2e certificates renew mechanics.