Argon

Results 15 comments of Argon

这个功能可以参考市面上流行的背单词APP

同样的,希望可以支持自定义的**输入历史数据**的本地导入导出,这样可以**对个人输入习惯与易错点进行系统分析**

[某厂四年前的公告](https://developers.weixin.qq.com/community/develop/doc/0008006e9b470052e1e80e91756400?page=2#comment-list) 粗略看了下,这个库是用网页版的逻辑登录微信的 网页版没了, 这个库就不可能登录得了

可以看下用node实现的[wechat4u](https://github.com/nodeWechat/wechat4u) 同样是用二维码登录

After reading [`ws::Setting`](https://docs.rs/ws/latest/ws/struct.Settings.html), I have improved the MWE to this one: ```rust use std::thread::{self, sleep}; extern crate ws; fn main() { // A client that sends tons of messages to...

这大概要在「文件定位」中做一个「搜索当前标签页」的功能,已有相同页面(打开的文件路径相同)则跳转到该页面。其它功能可沿用。

> It is good that it does not need Cygwin but only MinGW now. Maybe it can be called build_mingw.cmd and be added to the portability branch? I agree. This...

> This script was originally written by me to test ONA in Windows 11 with MinGW, and The PR submission left out **a prerequisite: to remove `NetworkNAR` / `UDPNAR` references...

> Can you please re-open the PR to target the Portability branch? The script seems to be fine there.  CPP and Portability branch are kept in synch with Master, the...

@patham9 Okay, I'll study these references later.