namespace-io
namespace-io
``` Thanks for your reply. since i have no idea about 'di' & 'ts', so i searched for a while. here is my understanding, 'di' is a kind of design...
i find [Testing Vuex in components(Official documentation)](https://vue-test-utils.vuejs.org/en/guides/using-with-vuex.html), in this example, they mock store in Smart components that's not accordance with yours [your table](https://github.com/mcibique/vue-testing-examples#router), i get confused and _**Q1:**_ i wonder...
i think it make some sense,we trust 3rd-UI and Vue. but we can't make sure store or router is correct. according to you analysis, we must make sure the store...
Let me redescribe my situation. I want to pass some environment variables like RANK to init container to do something like dataset download. then It can decouple business code and...
I'm glad to know someone is working on this. So you want to move these env variables into initContainer?
This is case i met long time ago. I used xgboostjob to do distributed learning in LightGBM. the data was stored on s3, I had to download different part of...