Jakub Zakrzewski
Jakub Zakrzewski
For now, I just patch the source (see the "Possible solution" section in issue description). I guess one could also build without compression support (for me it's a no-go). Those...
We had the same problem. It turns out the SDK has no idea about the file, because it only cares about the stream and the stream must be opened before...
second that!
Done. Note that you need the "de_DE.utf8" locale in your system. Alternatively use any other locale with something else than a "." as decimal separator.
I don't know about the crash, but `curl_easy_reset` removed the URL from the handle - you have to put it back there.
I think it would be better to solve it with type traits than ADL, but yeah, would be nice to have someting generic working.
I don't see any error there. Some warnings, sure, but everything worked...
Last time I've tried to do so, I've hit a long-standing bug that didn't allow you to re-initialize JVM for the process once it has been deinitialized. I don't know...
I guess it should be enough to pass a debug option (like `-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:40348,suspend=y,server=n`) to the JVM (using `java.options.push()`) and then attach the java debugger.
You have to set up the classpath BEFORE calling any Java method.