Mao Zhou

Results 10 comments of Mao Zhou

markdown 感觉不适合写大文档。不知道有没有类似 read the docs 的东西。我原来用 read the docs 做过 csl 的中文文档,一直也想美化一下,不过后面没空也懒得搞。 https://csl-chinese.readthedocs.io/en/latest/ 后面如果人多的话(不敢想),是不是可以考虑建个组织,同时维护 《zotore优雅》,《CSL 中文》以及 《CLS-M 中文》

@northword 您好! > Markdown 写文档我觉得还是可以的,选好文档生成程序后,多人编辑可以分别 PR ,构建可以用 Actions 。 嗯,这样最好,不过我现在对 action 这块不太熟。 > 相比于 read the docs , 我更习惯用 VuePress、Mkdocs 等,这个大约就是看维护者的使用偏好吧;GitBook 在线版本也是个不错的选择。 这个我了解的比较少,目前接触 read the docs 多一点(但是没试过用 action )。目前源文件是 markdown,用...

@northword 动作好快啊,可以先邀请一下我吗

After #7623 , I get this. ![buffer](https://github.com/GenericMappingTools/gmt/assets/35285040/fed7c134-cc34-47f7-b407-c6f982de8a8c)

I think there are three different issues. 1. weird points which are related to #7623 2. incorrect buffer, as follows 3. Geographic and cartesian coordinates, not considered here May be...

I saw the `gmtbegin()` function calls the `resetGMT()` function. And `resetGMT` clears sessions. The above error may be caused by this. https://github.com/GenericMappingTools/GMT.jl/blob/30478908ca4fe26bed92f5fffea1a897d8ae6e13/src/gmt_main.jl#L1487-L1500

I don't know if I made this clear. For example, I have 10 julia files and every file includes the above code. I think it is different from the "thread...

> How do you launch your parallel processes? I submit all julia scripts to compute nodes of HPC. Then, all scripts run at the same time. > Can you try...

> I need to understand if each run in a different Julia process or they all run in the same one. I run them in different Julia processes. That's why...

> Try this in gmtbegin. `FirstModern[1] && resetGMT()` Errors are still reported.