Jiansheng Qiu

Results 16 issues of Jiansheng Qiu

I first install the webdav version (11.0.1) of this app, then login with webdav URL `https://cloud.seafile.com/seafdav/seafile/software/simpletask` which is an empty folder in cloud. Then I create a todo item, `Sync`,...

bug

Currently, the penalty for late submissions can reduce the score to zero. However, I want to limit the maximum penalty to 40% so that students can still get 60% of...

Type: Enhancement
Priority: Low

This PR fixes https://github.com/kchen0x/hexo-reference/issues/15 This fix seems to work fine on my blog: source code of this post:

I have many sessions on my server, so I want to get the session name of the monitored session and attach it to the notification email. I tried `tmux display-message...

According to the code of `serde_gen`, the implementation of serialize and deserialize of custom class seems to be based on struct template specialization. However, the specialized struct template should be...

enhancement

It seems that `slice-dst` can only be allocated with the global allocator. Although allocator_api is currently unstable, there is a widely used crate [allocator-api2](https://docs.rs/allocator-api2) that mirrors types and traits from...