Jun

Results 58 issues of Jun

I am troubled by the complexity of nvim lsp configuration, so I created a plugin -- [nvim-lsp-setup](https://github.com/Junnplus/nvim-lsp-setup) to help newbies configure lsp servers. It has some benefits: - Easy to...

Signed-off-by: Ye Sijun

kind/enhancement

https://github.com/linkerd/linkerd2/blob/main/web/app/index_bundle.js.lodash.tmpl#L4-L17 Some browser plugins will insert script tags in HTML page, resulting in wrong root paths Fixes: https://github.com/linkerd/linkerd2/issues/9438 Signed-off-by: Ye Sijun

### What is the issue? same question with https://github.com/linkerd/linkerd2/issues/8718 ### How can it be reproduced? 1. Start viz dashboard 2. Navigate to any other resource, e.g. a deployment. 3. Refresh...

bug

This PR adds `prometheusUrl` values to control plane chart. Fixes: https://github.com/linkerd/linkerd2/issues/9357 Signed-off-by: Ye Sijun

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#progress

enhancement
priority:low

since https://github.com/dalance/structopt-toml/pull/7 , `flatten` is very useful, but i found follow code will raise error. ``` use serde_derive::Deserialize; use structopt::StructOpt; use structopt_toml::StructOptToml; #[derive(Debug, Deserialize, StructOpt, StructOptToml)] #[serde(default)] struct Outer {...