Ken Bassford

Results 9 comments of Ken Bassford

Ouch! I've been using pydbus and one of the most annoying habits is that it tries to eval on variant types, which fails 9 times out of 10. That's why...

Hi Peter, Folks over here were nice enough to let me work on this, so I forked the project and I am incrementally going through and fixing what I find....

Did not get fully through before running out of time. I found a lot needs to be done in both object files and the factory files in order to retrieve...

If it helps, the punctuation oddities are originating from the __repr__ blocks for each object. Building everything into a single string (with embedded bytes object for the "value") would probably...

You might want to check out issue #566 (https://github.com/OpenKMIP/PyKMIP/issues/566). You have to use the certificate generation script under "bin" and point to the appropriate ones in both the server.conf and...

I have to agree. I'm setting up another test server and due to operational constraints I cannot put the config file parameter (pykmip-server --config_path=/config/kmip.server/server.conf) in the default location. It looks...

As I mentioned over the Slack channel, I used go-redis (as recommended on your Redis clients page) and it does not work when a SUBSCRIBE command is issued. I thought...

(Output of the above) gkbassf@ip-10-113-84-235:~/go$ bin/geotest Starting server ... _______ _______ | | | |____ | _ | Tile38 1.19.3 (d48dd22) 64 bit (amd64/linux) | | | Port: 9851, PID:...

I will test your code out (placing what you have as main into a go coroutine so our application can see both set messages and the server responses) after I...