Guangchen Jiang

Results 5 comments of Guangchen Jiang

and the `gfortran` shows that ```shell $ gfortran -Wl,--version collect2 version 13.2.0 /usr/bin/ld -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/ -dynamic -arch arm64 -platform_version macos 14.0.0 0.0 -o a.out -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin22/13 -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc -L/opt/homebrew/Cellar/gcc/13.2.0/bin/../lib/gcc/current/gcc/aarch64-apple-darwin22/13/../../.. --version -lemutls_w -lgcc...

I can't build it from the source, it's fine for linux, but for my Mac, it goes wrong. I can't find the version for ***arm64*** **Python3.12** on conda-forge. when I...

我是一开始用的挺好的,后来微信、telegram、以及搜索栏均不能使用中文输入法,但chrome和wps可以使用,按照 `Exec=env GTK_IM_MODULE=fcitx5 ` 这种方法使得telegram可以使用中文输入法,但微信还是没用

> 我是一开始用的挺好的,后来微信、telegram、以及搜索栏均不能使用中文输入法,但chrome和wps可以使用,按照 `Exec=env GTK_IM_MODULE=fcitx5 ` 这种方法使得telegram可以使用中文输入法,但微信还是没用 我的系统是 `Debian12`,我后面进行排查的时候发现微信无法使用输入法是由于我安装了 `zsh` 导致的,所有安装了 `zsh` 的朋友可以参考这结局方案: 根据 [@Ariaszzzhc](https://forums.debiancn.org/t/topic/3813) 的建议: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983116 查看这个report 这是很早之前的 bug,因为wayland下会使用 /etc/zprofile 而非 /etc/profile 所以只需要 在 zprofile 中 souce /etc/profile 就行...

Just use the `update` function some times, for example ```c++ int main() { int repeat_num = 5; progressbar bar(10 * repeat_num); for (int i = 0; i < 10; ++i)...