myfreeer

Results 12 issues of myfreeer

## Summary When reading large xlsx from file, this could use less memory compared to reading the whole file into memory and extract it into memory. Since `Blob` is seekable,...

https://github.com/myfreeer/chrome-pak-customizer/tree/3.x - [ ] Readme - [ ] Changelog - [ ] Updated [guide](https://github.com/myfreeer/chrome-pak-customizer/wiki) - [ ] CI-driven release - [ ] Switch off appveyor build - [ ] Statistics...

enhancement

and set default volume to 0.5

This would help a lot for a shallow clone with unstable network.

Target: branch [3.x](https://github.com/myfreeer/chrome-pak-customizer/tree/3.x) Description ------------- Currently [chrome-pak-customizer](https://github.com/myfreeer/chrome-pak-customizer) reads the whole pak file for unpacking, while allocating all the memory needed of pak file for packing. On early stage of this...

enhancement

环境:Chromium 50.0.2661.102

the regex `[^\x09\x0A\x0D\x20-\uD7FF\uE000-\uFFFD\u10000-\u10FFFF]/g` should be written as `/[^\x09\x0A\x0D\x20-\uD7FF\uE000-\uFFFD\u{10000}-\u{10FFFF}]/ug` to be correctly recognized by javascript, and compiled with babel for compatibility with old versions of javascript

- [ ] use latest [dll-hijack](https://github.com/myfreeer/dll-hijack) as git sub module - [ ] use [RtlSetEnvironmentVariable](https://www.ntinternals.net/index.html?page=UserMode%2FUndocumented%20Functions%2FExecutable%20Images%2FRtlImageNtHeader.html) - [ ] update ci build scripts

enhancement