jmjoy
jmjoy
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Mentioned in , the features of the next version of...
需求是这样的:当通过读取配置接口成功获取配置后,Apollo将标识IP为`使用最新配置的实例`,但实际上获取到配置后还需要做一些额外的工作,比如对配置进行解析、清除缓存等等。这些工作是可能失败的,导致新配置并没有应用到。 所以我想了一个解决方案,就是读取配置接口加上一个参数代表是否`手动应答`,默认是`否`,不影响现在的机制。当读取配置接口传入`手动应答`参数为`是`时,完成额外工作后,需要再调用一个新的应答接口代表更新配置完成。如果不调用应答接口,则实例仍然是`使用非最新配置的实例`。 不知道能否支持,谢谢~
因为ElasticSearch客户端是使用curl请求es http接口,查询GET请求是需要带上body的,但是开启molten扩展后body被丢弃,关掉后正常,但没有细致研究。请帮忙看看。
Now vim keybinding is only supported in ace editor, I think it is better to support vim keybinding in monaco editor too.
Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...
For example: ``` errors { #[doc = "Response not complete, first is protocol status and second is app status, see fastcgi protocol."] EndRequest(protocol_status: ProtocolStatus, app_status: u32) { description("End request error."),...
这样可以锁定版本,并且我通过fork了itchat-uos,修复了 https://github.com/zhayujie/chatgpt-on-wechat/issues/8 这个BUG。 以下是我pip freeze出来的requirement.txt: ```ini aiofiles==23.1.0 aiohttp==3.8.4 aiosignal==1.3.1 apscheduler==3.10.1 async-timeout==4.0.2 asynctest==0.13.0 attrs==22.2.0 backports.zoneinfo==0.2.1 beautifulsoup4==4.11.2 betterproto==1.2.5 blinker==1.5 certifi==2022.12.7 cffi==1.15.1 charset-normalizer==3.1.0 click==8.1.3 deprecated==1.2.13 frozenlist==1.3.3 greenlet==2.0.2 grpclib==0.4.3 h11==0.14.0 h2==4.1.0 hpack==4.0.0 hypercorn==0.14.3 hyperframe==6.0.1...
微信界面是有显示 这个消息的。
### What would you like to be added Cilium support using bird to run BGP: But I found that there isn't tasks to install and configure bird in kubespray, how...
I found that the tokio runtime is always created through `Runtime::new()`, so it is impossible to modify the number of worker threads. I hope there is a way to modify...