Superskyyy
Superskyyy
Hi! Our community has been using the markdown-link-checker for a while for many repos, the check for Twitter link suddenly fails for 404 a week or two ago and has...
For example below, I added a `rootFiles` and expect it to match nothing, however, it actually matches the `root.tsx`. ``` test('matches all except tsx and less files (negate a group...
### 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 When we face a prefork server like Gunicorn, we will...
Hi community, I just encountered the following `pm.isMatch("CON.md", "!(**/*.md)",{dot:true}) ? "match" : "no match"` - > returns match `pm.isMatch("CON.md", "!(*.md)",{dot:true}) ? "match" : "no match"` - > returns no match...
### Discussed in https://github.com/apache/skywalking/discussions/10774 Some plugins are prone to errors when libraries are frequently updated and when users did not verify them before deployment. A fallback mechanism should be enforced...
### 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 Refactoring the uuid generator shows a 30% thoroughput increase in...
### 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 Currently the web frameworks supported in the Python agent are...
### 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 Some of the key Python agent features are not applied...
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** 文档其实没提到 Streaming RPC 是否可以用 RDMA,怎么实现 Async callback,以及性能如何。我这边也研究了一段时间,现在可以确认是没问题的,所以准备添加个几个相关的example。 **Describe the solution you'd like (描述你期望的解决方法)** 增加关于 async streaming rpc RDMA 的文档和案例。 **Describe alternatives...
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** Block size 现在是一个常量,如果支持动态修改的话会出现什么问题吗?使用场景是在我们的rpc里有一些是大块的5mb数据最好需要连续地址,其他rpc则是很小的。不应该公用一个blocksize。 **Describe the solution you'd like (描述你期望的解决方法)** 支持iobuf初始化提供一个自定义blocksize,如果可以的话我会提一个pr **Describe alternatives you've considered (描述你想到的折衷方案)** **Additional context/screenshots (更多上下文/截图)**