Peter Dave Hello

Results 353 issues of Peter Dave Hello

Add unit test for each functions so that we will not brake the functions in accident.

enhancement
help wanted

Should better wait for #16

5 png images losslessly optimized via zopflipng as below: ``` source/favicon/android-chrome-192x192.png | Bin 7711 -> 4715 bytes source/favicon/apple-touch-icon.png | Bin 7230 -> 4561 bytes source/favicon/favicon-16x16.png | Bin 1127 -> 514...

Avoid wasting time on checking invalid domain

Because the structure may be changed, we can't control or make sure the structure will be the same forever, once it changes, e.g. rename `javascript` to `js`, CI bot will...

enhancement
invalid

https://github.com/cve-search/CVE-Search-Docker/blob/586d5c4aa63b495d453043faa8e16bacec750288/docker/files/mongodb/data_dump_compress.sh#L8-L13 ```sh 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on db_dump.7z ./dump split -b 50M db_dump.7z "db_dump_part" rm -rf ./dump rm -rf ./db_dump.7z ``` I think we can replace the...

enhancement