m0uH

Results 3 comments of m0uH

Experiencing the same compilation errors when using CentOS 7 and GCC 8.3.1. Replacing `std::isnan()` with `std::isnan()` fixes the problems.

I had the same problem as @xnardo . I was able to fix the problem with the script. You might try the following script: ``` #!/bin/bash #### ENTER YOUR DATAS...

The problem with the bad/illegal URL was due to some whitespace being added to the UID by the `grep` / `sed` command. Making sure it's only the UID (without any...