曾子恒

Results 6 issues of 曾子恒

## 🚀 Feature Proposal 求作者增加一个调整图片大小的功能吧,图片不能调整大小真的是我觉得是这个插件唯一的缺点了。

```cpp int main() { Chan intChan; thread t1 = thread([&]() { for (int i = 0; i < 10; ++i) { intChan

**Describe the bug** startup-probe这个运维特征的cue文件编写有bug:出现了未出现的变量,当使用startup-probe运维特征且使用tcpSocket字段时会报错: ![image](https://github.com/kubevela/kubevela/assets/74849229/f2d38640-45f3-4218-9527-678c2859e092) **To Reproduce** trait使用: ```yaml traits: - type: startup-probe properties: initialDelaySeconds: 5 periodSeconds: 10 tcpSocket: port: "18004" ``` 运行命令: vela dry-run -f app.yaml > app_raw.yaml 运行结果:...

According to the automated observability part of the document, I know that the following configuration can be added to implement service monitoring. ![image](https://github.com/kubevela/catalog/assets/74849229/9254b0f6-e972-45da-a0d7-54710c40e7a8) However, for security reasons, our service requires...

你好,我这里尝试使用进货功能,但进货后商品的库存量并没有修改,而且0库存的商品也还可以售卖,这是符合预期的吗? ![image](https://user-images.githubusercontent.com/74849229/215394669-db064003-210e-41d1-bdc8-c4701de99865.png) ![image](https://user-images.githubusercontent.com/74849229/215394763-597939bc-2bbc-4417-8b27-5604ff355fec.png)

大佬你好,我使用的md编辑器Typora,遇到的主要问题是markdown中的图片缩放之后就无法显示在Word文件中了,具体效果如下图所示: ![image](https://user-images.githubusercontent.com/74849229/133722564-9355fb10-1507-40fd-8b20-88a39efe5b2b.png) 转换出来的word文件: ![image](https://user-images.githubusercontent.com/74849229/133722622-752bd002-dd6b-49bc-9dad-f1a305f5e5b1.png) 可以发现缩放后的文件无法被复制到word中,在typora中缩放后的图片的显示方式是这样的: ```txt ``` 非常希望提供一下这个问题的解决方案