Ruizhe Huang
Ruizhe Huang
### 在 Profile 界面,从别的页面切换到 Profile 的时候是可以正常显示数据,但是在这个页面按F5刷新一下数据就丢了 ### 问题重现:   ### 代码定位 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...
When using screen-sharing, like OBS, my cursor will get a sudden pause and restore immediately, though I am waving my mouse (physically) smoothly. https://github.com/user-attachments/assets/2134425a-cc69-493a-acd5-517b1a9e8cb9 In this video, you can find...
I use `mi_heap_new` to create several heaps in one thread, but I find that they actually share the same `tld`, indicating that they point to the same segments even though...