Justin

Results 35 comments of Justin

问个题外话 ``` dva-cli 会为我们安装 keymaster 依赖并保存到 package.json 中 ``` 这个怎么做到的?

@sorrycc 源码没看到用到这个依赖

这个适配进度有点慢啊。我理解开源维护不易,但这都过了一个多月了,看问题还是很多,就感觉我不如回到直接用antd自己维护一套的好,pro-components 我觉得也应该少用 :(

waiting for release 1.0.0, thanks for your great job!

@mumoshu Yes , I changed the `ref=v0.1.0` manually as you said. Also if I use helmfile for the first time, no `test` repo, then `helmfile sync` run failed. if I...

@mumoshu I did't find the `.helmfile` directory. ```shell ❯ helmfile -v helmfile version v0.143.0 ❯ tree -a . ├── app │ ├── .DS_Store │ └── asset │ └── helmfile.yaml └──...

> What's in `app/asset/helmfile.yaml`? Perhaps it's missing repositories section at all? Yes, it did't contains repositories section. I want all apps share one repositories config . > because helmfile does...

I changed the dir like this: ``` . ├── app │ ├── 00-common │ │ └── helmfile.yaml # contain repositories section │ └── 01-asset │ └── helmfile.yaml └── helmfile.yaml ```...