Lam Tang
Lam Tang
Hi @frank-zsy, thanks for your reply. I know the existence of `meta.json` files. Actually in this issue, I mean if some methods like parallel computing and uploading can be adopted...
@frank-zsy Thanks for your detailed elaboration! This is the first time I have known the complete steps for exporting monthly data and I am convinced that the tasks are indeed...
Hi @frank-zsy, thank you for the explanation on export details. By "also export label data", what do you mean? Is it another file different from https://oss.x-lab.info/open_galaxy/v2/labels.json?
That sounds great!
Is `yyyy-mm` a valid folder name and a valid url param? If so, I prefer `yyyy-mm`.
Hi, @frank-zsy, thanks a lot for your effort! The knowledges and skills for generating continuous layouts for OpenGalaxy are indeed complex. I agree with you that more time and energy...
Hi @frank-zsy, could you export OpenGalaxy data of `2023-02` and set it as the default data?
> Hi @frank-zsy, could you export OpenGalaxy data of `2023-02` and set it as the default data? Hello @frank-zsy, could you export the data of `2023-09` and make it default?
> 4\. 不要暴露全局变量到框架外部 温馨提醒:opensumi/devtools目前[依赖](https://github.com/opensumi/devtools/blob/3e413930aedbc28e4f74e58464ae543cb36325de/src/utils/checkElectron.js)这个全局变量 :)
https://github.com/opensumi/core/blob/3226e4d9248f9aadc9b9dae6f34573a15171f92e/packages/core-browser/src/utils/electron.ts#L5 这里的`declare`也隐式依赖了在browser-preload中用`Object.assign(global, electronEnv)`暴露的`electronEnv.ElectronIpcRenderer`: https://github.com/opensumi/core/blob/3226e4d9248f9aadc9b9dae6f34573a15171f92e/packages/core-electron-main/browser-preload/index.js#L79-L107