Ernesto Revilla
Ernesto Revilla
We have to give both, UsernameToken and BinarySecurityToken, hence: +1
Perhaps we should add some tests here?
@Saviq : Thanks for your quick response. Ok, I'll do it the next time. It would be nice if we could pause / hibernate the instance to avoid a complete...
@Saviq: I don't know what happened after reboot, but hyperkit got 100% CPU usage for a while. After a new stop/start cycle, the VM came back. Anyway, is there a...
@Saviq: Is the qemu-img tool which comes with multipass in: `/Library/Application Support/com.canonical.multipass/bin/qemu-img` not convenient? I have `/Applications/Docker.app/Contents/MacOS/qcow-tool` of the last available docker release (3.0.4), which claims to be 1.0.0. Will...
@Saviq: qcow-tool does not show any errors, but it doesn't seem to scan the whole image. I'm afraid that "repair" could make the image unusable, I read a thread about...
I did this without much problems. What I did is create the class to be compiled in a text editor (which I named GWServer), compile it with: javac -cp 'share/py4j/*'...
Hi. It would be cool if we had a way to register error handlers for parsing errors. register_error_handler(ObjectType_or_ObjectTypeTuple, function) The function should be called with something like this: function(asn1data, ObjectTypeWhichHadParsingErrors)...
@joernheissler I'll try to investigate it a bit more, when I find the time. We receive the response through an intermediate service (of spanish's government). I guess that's a problem...