hanbings
hanbings
目前来看,无论是 api文档 issues 还是 pr 都没有固定的格式模板,造成了文档文件名不清晰,目录分层不够详细,commit 摘要中英文混用,pr 文档格式不一缺少内容等问题出现 既给视觉带来了干扰,也给整理带来了一定的麻烦,建议是添加一份详细的贡献指南约束贡献的格式
Hello! I stumbled across this plugin and it works brilliantly! Whether it is user experience or code architecture design, thank you for your efforts! After trying to read the code,...
The default GSON parser passed from AlkaidGsonBuilder cannot convert the ItemStack to proper human readable text.
本次重构将会添加以下内容: This refactoring will add the following: - [x] Redis 连接与连接器的统一接口 https://github.com/hanbings/alkaid/commit/7d80dd95f7b492eaefa05c9d39eb1a82b06e9341 Unified interface for Redis connections and connectors. https://github.com/hanbings/alkaid/commit/7d80dd95f7b492eaefa05c9d39eb1a82b06e9341 - [x] MongoDB 4.x 版本的适配 https://github.com/hanbings/alkaid/commit/f5288d05168750e6049acbbfee33c67acdfc4d90 Adaptation for MongoDB 4.x...
🔨 改进当前代码: Improve current code - [x] 将 Okhttp 的默认 Http Client 更换为 java.net.http 内置的 Http Client https://github.com/hanbings/fluocean/commit/2cd3e4c3fea3fa458bb2af0d24a4553a76da3fa0 Replace the default Http Client of Okhttp with the built-in Http Client...
This PR will pass the test about race conditions in BFS test. Our implementation does not seem to cause race conditions, so only add `Config` related to `-ignore_readdir_race` and `-noignore_readdir_race`...
refer: https://www.gnu.org/software/findutils/manual/html_node/find_html/Print-File-Name.html ``` Action: -fprint file True; print the entire file name into file file, followed by a newline. If file does not exist when find is run, it is...
refer: https://www.gnu.org/software/findutils/manual/html_node/find_html/Print-File-Information.html ``` Action: -fprintf file format True; like ‘-printf’ but write to file like ‘-fprint’. The output file is always created, even if no output is ever sent to...
implement: https://github.com/uutils/findutils/issues/8
There are 10 time parsing formats mentioned in the GNU findutils manual: https://www.gnu.org/software/findutils/manual/html_node/find_html/Date-input-formats.html Include: [General date syntax](https://www.gnu.org/software/findutils/manual/html_node/find_html/General-date-syntax.html) [Calendar date items](https://www.gnu.org/software/findutils/manual/html_node/find_html/Calendar-date-items.html) [Time of day items](https://www.gnu.org/software/findutils/manual/html_node/find_html/Time-of-day-items.html) [Time zone items](https://www.gnu.org/software/findutils/manual/html_node/find_html/Time-zone-items.html) [Combined date and...