FesonX

Results 11 comments of FesonX

Any plan to config Dashboard static file prefix? #2219 It's hard to proxy APISIX Dashboard with url prefix simply via APISIX

Hi, @sobolevn In our roadmap, we will **collect metrics and make it compatible with Prometheus.** This MAY be introduce in the next few release (**If you have time, any PR...

**补充一些常见排版要求:** 1. 中文符号与英文单词之间**不需要**再添加空格,例如:`✅ 我参加了 PyCon。❎ 我参加了 PyCon 。` 2. 中文符号后面不需要额外添加空格。例如:`✅ 你也参加了?太好了!❎ 你也参加了? 太好了! ` 3. ~当原文有双英文冒号这类特殊标记时直译,**不要**转换为中文冒号。~ **建议阅读:** 1. [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-Hans.md) 2. [译文排版规则指北](https://github.com/xitu/gold-miner/wiki/%E8%AF%91%E6%96%87%E6%8E%92%E7%89%88%E8%A7%84%E5%88%99%E6%8C%87%E5%8C%97) @greyli 因为 PR #80 出现的错误有点多,所以补充一下,我的想法是,排版太多不符合要求的,直接让原作者回去按照排版指南重改。

> > 当原文有双英文冒号这类特殊标记时直译,不要转换为中文冒号。 > > 我有点记不清了,双英文冒号是用来标记下面的代码片段吗?如果替换的话会发生什么? > > > 我的想法是,排版太多不符合要求的,直接让原作者回去按照排版指南重改。 > > 可以。 > > 辛苦啦,我忙完这一阵就会集中过一遍你审核过的 PR。感谢! 尴尬了,双英文冒号测了一下好像不影响,划掉

@greyli 之前参与过掘金的翻译计划,翻译、校对、审核都是可认领的任务 https://github.com/xitu/gold-miner/pull/4238

@wutingting1993 The `:c` here is stands for Cluster name, for example u have a cluster named `kafka_local`, than: ```json5 /* GET /api/status/kafka_local/topicIdentities */ /* Example return*/ { "topicIdentities" : [...

> I would love to upgrade this driver, unfortunately, the JDBC driver is not compatible due to changes in Metadata. I will have to make adjustments for it. Any detail...

> Ran into this issue as well, and like @saimon46 said the db is encrypted. > > Solved this by updating the database via the API. What I suggest is...