Results 7 issues of Lee

- [x] I've read [CONTRIBUTING.md](https://github.com/mbasso/awesome-wasm/blob/master/CONTRIBUTING.md). - [x] Description explains the issue / use-case resolved, and auto-closes the related issue(s) (https://help.github.com/articles/closing-issues-via-commit-messages/).

Seems we can use `charsetdetector.StandardHtmlEncodingDetector` for charset detecting of HTML. I'm wondering why we are not using it? And I stopped treating ISO-8859-1 as Windows-1252.

Some tests are failed when running with root. This is a fix for them.

This PR is to change the currently using zip dependency from `java.util.zip` to `Commons Compress`. Including these changes : 1. The `JarFIleObject` no longer extends from `ZipFileObject`, and the `JarFileSystem`...

## 项目信息 项目名:[crypto-js-wasm](https://github.com/originjs/crypto-js-wasm) ## 项目简介 crypto-js-wasm 是基于 JavaScript 和 [WebAssembly](https://webassembly.org/) 的哈希与加密算法库,其灵感来自于[crypto-js](https://github.com/brix/crypto-js)。 安全: 得益于 WebAssembly ,crypto-js-wasm的计算过程是不可见、不可中断的 高效: 相比于crypto-js,计算效率最高提升了16倍(见 [Benchmark](https://originjs.org/WASM-benchmark/#/benchmark/browser/sha3)) 兼容crypto-js: 与crypto-js的API完全相同 浏览器 & Nodejs: 同时支持 浏览器 和 nodejs 全能: 支持15+ 以上的哈希和加密算法,包括常用的...

issue-218

I have noticed there are several PRs about int64 support. However, they are modifying the existing code and change cjson from c89 to c99, which I think is not a...

Hi dear libgd maintainers. Thank you for your great work on libgd! The last release `gd-2.3.3` was released on Sep 12, 2021. Do we have any plan about a new...