zhsj

Results 135 comments of zhsj

debug源最大的问题是每次更新量有点大,而我们到上游网速又较慢,所以不是很确定能否在一个同步周期内将一次更新量同步完成。但可以尝试一下,同理可以尝试同步centos, fedora, ubuntu的debug源

@gaoyifan 初始同步先忍忍吧,关键是看增量同步的时候能不能在一个更新周期内完成

但其实和aur一样,ebuild里下载的内容都是别的站点的,所以实际上镜像overlay的git repo本身对用户的体验提升不大。。

Maybe the CR should have finalizer as well.

Hi, @pierreprinetti is this still on your radar? I'm still interested in this feature.

I have the same problem here. I want to integrate tracing in my project and find I can't inject context to gophercloud's outgoing request.

The difference is when user can inject the context (or provide a RoundTripper). For now, it can only be set when you init the `gophercloud.ProviderClient`, not each API call. For...

To complete my use case(tracing): I want to init the provider client with custom RoundTripper first. ``` provider.HTTPClient.Transport = otelhttp.NewTransport(http.DefaultTransport) ``` The on each request, I'd like to pass the...

What's difference with https://github.com/containerd/containerd/tree/main/contrib/autocomplete Can we avoid two difference completions? If a subcommand is easier for user to use, then remove the static file, and update the documents https://github.com/containerd/containerd#enabling-command-auto-completion

> In the future, we can also add more extended functions, such as after ctr c, we can associate a list of possible containers by querying the list of containers...