Fabian Wosar

Results 4 issues of Fabian Wosar

On Windows, any attempt to use the library will ultimately end up with a permission error. I tracked it down to the way you handle the certificate checks in case...

### Before You Begin - [X] I confirm that I have downloaded the latest version of the addon. - [X] I am not playing on a private server. - [X]...

enhancement
triage

### Before You Begin - [X] I confirm that I have downloaded the latest version of the addon. - [X] I am not playing on a private server. - [X]...

enhancement
triage

The fix is to explicitly pass in std::ios::binary when opening the file stream. On Windows using a clang toolchain and libc++, trying to upload a binary file without the flag...