Ruizhe Huang

Results 5 issues of Ruizhe Huang

When I launch command ``` sudo make ``` I get some errors ``` $ sudo make make -C /lib/modules/4.18.0-24-generic/build M=/home/jeshrz/Downloads/rtlwifi-next modules make[1]: 进入目录“/usr/src/linux-headers-4.18.0-24-generic” CC [M] /home/jeshrz/Downloads/rtlwifi-next/phydm/phydm_interface.o /home/jeshrz/Downloads/rtlwifi-next/phydm/phydm_interface.c: In function ‘odm_initialize_timer’:...

### 在 Profile 界面,从别的页面切换到 Profile 的时候是可以正常显示数据,但是在这个页面按F5刷新一下数据就丢了 ### 问题重现: ![image](https://user-images.githubusercontent.com/35515113/94519305-f2483f80-025c-11eb-88af-4e3b64e70baf.png) ![image](https://user-images.githubusercontent.com/35515113/94519433-0f7d0e00-025d-11eb-9ed1-79a1157f195d.png) ### 代码定位 https://github.com/QingdaoU/OnlineJudgeFE/blob/master/src/pages/oj/views/setting/children/ProfileSetting.vue#L139-L144 在该段代码中,如果从别的页面跳转而来,`this.$store.state.user.profile` 是可以取到正确的内容,但是在当前页面刷新后返回的是一个observer的对象,然后导致数据丢失

Is it possible to upload the evaluation scripts?

Python2 has been removed since macOS Monterey and there are only python3 in native OS. Any consideration to support python 3.x?

I am not very familiar with Rust. Though cmd_lib can pass a vector to `run_cmd!`, the vector item must still be the same type, which is inconvenient. For example, trying...