Michael Luo
Michael Luo
### 想要的功能 | What feature do you want? # 邮件推送 对于某些关注专业领域的博客,读者可能会持续关注这个网站,但是一般不会经常访问,查看是否有新文章。因此,添加邮件推送功能,对于提高博客访问量,方便持续关注相关领域的读者,是很有意义的。 但是,由于 hexo 是静态网页,本身不能实现邮件订阅和邮件推送,那是否可以考虑提供一些服务接口呢。这方面我了解的不多,大致清楚对于订阅量不超过1000或者2000的网站,都是免费的。 感谢您的贡献,让这个主题如此好用!
### 想要的功能 | What feature do you want? 一般都是中文写博客,但是很多时候交流用英文,直接丢给人家大概率看不懂,希望能够在明显的地方,加入翻译网页功能。可以自动调用网页翻译。
I followed the instruction in README and built `stp` on Ubuntu 22.04 LTS on VMware. I encounter the same problem #446 and addressed it with the advice https://github.com/stp/stp/issues/446#issuecomment-1236503061 . Finally,...
### Description build failed, commit c564fcd9193ab5d5af2261f49b064fe767b4b320, following the https://wiki.hyperledger.org/display/BESU/Building+from+source ### Steps to Reproduce (Bug) ``` (base) ➜ besu git:(main) ./gradlew build --stacktrace .... > Configure project : Generating project version...
BUG: Wrong Use of local private IP(192.168.x.x) as fromIP in Ping message of Node Discovery Protocol
Our tool finds that a client `CoreGeth/ETCMCgethNode/v1.12.19-stable-78c91330/windows-amd64/go1.20.7` ends node discovery Ping message whose fromIP is `192.168.x.x`. But the actual public IP of it is `94.226.x.x` when our tool replys Ping...
Our tool finds that a client `Geth/v1.14.0-stable-87246f3c/linux-amd64/go1.22.2` sends node discovery `Ping` message whose `fromIP` is `127.0.0.1`. But the second `Ping` of it shows the correct public IP. I guess the...
Our tool has identified a client that utilizes the zero IP address as the sender IP in the Ping message of the node discovery protocol. This indicates a potential issue...
1. 似乎不支持markdown渲染,比如`**今天很开心**`,在客户端中还是出现星号,而不是加粗。 2. 客户端上传图片似乎不允许指定位置,一般附在文末。
Description of Changes This PR is inspired by [#3952](https://github.com/hashcat/hashcat/pull/3952), but I found it could not run correctly in my specific case. The changes in this PR have passed local testing....
1. FIX cookie decryption: Handle cases for current mac chrome, trimming the value to remove ramdom bytes post decryption. 2. Fix password decryption: Introduced a new error ErrDarwinNotSupportDPAPI to clearly...