warjiang

Results 151 comments of warjiang

> The Karmada dashboard project is still far from being available, and the development of this project has actually stagnated due to the lack of front-end developers. We are also...

> > If there is any plan to maintain karma-dashboard, may be i can do it part time > > Glad to hear that and thank you! Can we talk...

@Valeriy-Burlaka thks, after donwgrade vite, it works, and the hmr as well 👍

@guocaoyi maybe should lock version of vite or add this problem in FAQ

> Helm supports OCI registries: https://helm.sh/docs/topics/registries/ @gjenkins8 Yes, with oci feature supported, you can push charts to registry, but if you execute `helm repo add` command, it will return >...

that's what i want to supported, if specify the registry provider, we can change the default logic to fetch index.yaml, instead of fetch index.yaml directly, we can use sdk gen...

> @warjiang I'm still not really understanding what is being asked for. It is correct that `helm repo add` doesn't work for OCI registries, but it also isn't necessary. >...

I've test it locally, first add monaco-editor dependency: `pnpm install monaco-editor -S` before using @monaco-editor/react, configure it first: ``` import { loader } from '@monaco-editor/react'; import * as monaco from...

> It's in the official documentation now: https://github.com/suren-atoyan/monaco-react?tab=readme-ov-file#use-monaco-editor-as-an-npm-package > > I believe we can close this issue. Can agree with you any more, maybe this issue can be used to...

> This issue is not a `kubectl` issue, many commands have the same issue when using `ohmyzsh`, did you consider this comment? [ohmyzsh/ohmyzsh#31 (comment)](https://github.com/ohmyzsh/ohmyzsh/issues/31#issuecomment-359728582) > > > `unsetopt nomatch` yeah,...