Zixuan Wang

Results 24 comments of Zixuan Wang

> @TheNetAdmin 如果觉得该功能可以保留,我可以提个pr @xfz329 这个很好呀!提个pr之后ci test应该也会检查格式,即便有问题也会发现的

曾经模板里也默认提供了这个包,但后来我觉得不一定所有人都会用到这个包,所以将其去除了,以加快编译速度。 我暂时将这个issue留在这里不关闭,方便其他同学查阅解决方案。以后我可以在readme里写一行,或者提供一个参数供大家选择是否使用这个包。

## The problem I found that running a Python code in R does not affect how `kaleido` works. I tested it by running these Python code and then checking the...

这个会很有帮助啊!如果能写出来,无论有多少内容都会有帮助。 我觉得形式的话可以先写成markdown贴在discussion板块,我会置顶,这样可以写一点发一点,也方便大家来讨论。 后面写完了的话可以整理一下做成一个pr,添加一个markdown文件到docs文件夹下。

目前看来主要问题应该是 zjuthesis 的顶层文件根据用户选项判断 include 哪些子文件,这个目前我也没有好的解决方式,不过后续可以把字数统计写进 GitHub action。 或者有同学愿意重构一下当前 zjuthesis 的文件引入方式以兼容 overleaf 的话,非常欢迎和我讨论或者提 pr

可能是某些版本升级之后出了问题,我这两天有空仔细研究一下,如果你本地修复这个没有问题请暂时用你修复过的代码。 以及你们最新的开题报告格式要求可以上传到这个issue下面吗?请直接上传到github,我现在无法打开校内链接。或者Google drive之类的文件共享也可以。

Ah I will... didn't see that but it's a local instance never exposed to the public so it's gonna be fine, thanks!

Yeah I tried the new version and it seems fine to me, we can close the issue for now.

Hi, have you tried: 1. Set CPU to 'performance mode', like here: https://github.com/TheNetAdmin/LENS/blob/663e3f367563e3927edae9a1ee2e840a78977a29/scripts/utils/launch.sh#L33-L36 2. Turn off cache prefetcher, like here: https://github.com/TheNetAdmin/LENS/blob/663e3f367563e3927edae9a1ee2e840a78977a29/scripts/utils/launch.sh#L39

It seems you are using Linux 5.4.0, have you tried any previous version like 4.13 or 5.0? There might be some kernel changes in these new versions that potentially break...