CoderYellow

Results 28 comments of CoderYellow

He might want to know the signature format.Is it jwt?

Are there anyway to turn off comments generation currently?

> > DB2 > > Probably, SmartNews (the company that created this library and I used to work for) won't use DB2 even in the future. So, if you consider...

you can cross check with jackson lib ```java import com.amihaiemil.eoyaml.Yaml; import com.amihaiemil.eoyaml.YamlMapping; import java.io.File; import java.io.IOException; public class LocalTest { public static void main(String[] args) throws IOException { YamlMapping yamlMapping...

> Is there any progress on this issue please? > I encoutered the same issue even if I changed the apt repo to mirrors.ustc.edu.cn with http_proxy in "http_proxy=http://some_ip:port". > >...

Seems like win10 wsl dosen't use the environment variable

Hi @saketmht @stefan-heilig-mw i think the root cause is here, you are using the node transport CA https://github.com/opensearch-project/opensearch-k8s-operator/blob/2e78967d3d5868d719442574f5d26ee8fae4a17a/opensearch-operator/pkg/reconcilers/securityconfig.go#L30 https://github.com/opensearch-project/opensearch-k8s-operator/blob/2e78967d3d5868d719442574f5d26ee8fae4a17a/opensearch-operator/pkg/reconcilers/securityconfig.go#L161 when user have a custom CA for http under `/usr/share/opensearch/config/tls-http/ca.crt` we...

I’m using Reposilite as a mirror to another Maven repository. I noticed connection timeout exceptions in the logs. After increasing the Connect Timeout parameter to a reasonable value, the issue...