Tri Rahmat Gunadi

Results 9 issues of Tri Rahmat Gunadi

Ubuntu 14.04 (live disk) ``` Run partclone: partclone.ext4 -z 10485760 -N -L /var/log/partclone.log -c -s /dev/sda2 --output - | pigz -c --fast -b 1024 -p 16 | split -b 2000m...

The user needs to know what file causes error, and which line.... Thank you

## adding type: module Since it is using import ## import from util.js Some framework doesn't work without it ## remove buildUrl buildUrl doesn't work when i set type: module

The previous download link is giving faulty file names

Adding dts files so typescript doesn't throw tantrum. In the future, when updating, you can always create dts file using the provided script: ```zsh npm run types ```

Typescript is complaining about this lib not having type. Since this lib comes with a JsDoc, we can add auto type by executing this script: ```zsh npx -p typescript tsc...

PATCH failed in chrome Because HTTP Methods are not set to uppercase. Pull Request: https://github.com/zellwk/zl-fetch/pull/31