William Reed
William Reed
This is actually a bit of an issue for me as well. Coming from bash, I have a large number of aliases of this form. Also many like "ls $(pwd)"...
Unfortunately, I can't paste the thrift file I'm using as it is proprietary. However, here is a very paired-down version of the specific endpoint/type i'm trying to use. ```thrift struct...
Is there a workaround for getting the correct protocol? I tried simply using the TJSONProtocol object from the official `thrift` module, but to no one's surprise that didn't work.
I don't think it's that so much. Rather, the server I'm trying to hit uses TJSONProtocol (it's set up really weird, but basically, it's not actually being sent with thrift,...
That's not my usecase, no. I need to communicate with an xmlrpc server that only accepts TJSONProtocol-style json. So I need to go from a thrift python object, to TJSONProtocol...
To be clear, this was the original intent of https://github.com/kubernetes-sigs/aws-efs-csi-driver/issues/46 . Requiring the directory to exist prior to volume creation is really not helpful from a kubernetes standpoint.
@leakingtapan I actually believe both use-cases you outline above are useful and should both be possible, where the second is a special case of the first. You bring up a...
continuum has actually never automatically saved for me. And my status is on. But it is managed by vim-tmuxline so maybe the mechanism is the same. Maybe it doesn't work...
Ah. That incompatibility seems like it should be documented.
It might be and I might just be bad at Googling.