arloor
arloor
code ``` // static connector lazy_static! { static ref connector: TlsConnector = { let mut config = ClientConfig::new(); let der = std::fs::read("certificatename.der").unwrap(); let serverRoot = webpki::trust_anchor_util::cert_der_as_trust_anchor(der.as_ref()).unwrap(); // config.root_store.add_server_trust_anchors(&webpki_roots::TLS_SERVER_ROOTS); config.root_store.add_server_trust_anchors(&webpki::TLSServerTrustAnchors(vec![serverRoot].as_ref())); TlsConnector::from(Arc::new(config))...
I searched [golang docs](https://pkg.go.dev/regexp/syntax). And I found this description:  So I changed my custom pattern to "(?P
It turns slow from some time. I checked every thing and found that copilot chat did not send requests to api.githubcopilot.com:443 immediately. - Copilot Chat Extension Version: v0.18.1 - VS...
 实际是: ```toml [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } ```
我改了/etc/ssh/sshd_config发现没用,才发现要删除这个文件 ```bash rm /etc/ssh/sshd_config.d/50-cloud-init.conf ``` 是否应该在文档中提醒下?或者在reinstall参数中增加一项 感谢大佬