Fred Thomsen

Results 21 comments of Fred Thomsen

@aFluxx I have the same question as @verdan. I am having issues getting this functioning in flask.

I wanted to help out and had this as a need for a project that I was working on as well. If this were to be undertaken a few issues...

@pgrzesik I ran into this same issue as well, so I'll give my thoughts about it. I don't need this functionality; however, my concern is that the way the `deploymentBucket`...

After some digging around looks like there is a lot of debate around this feature, and understandably so given the different ways pagination can be handled across different APIs. Some...

I encounter this issue as well on the latest version if I attempt to login with a non-existent username. The issue is that a LDAP search will respond with a...

@MaxRink I am running into a similar issue, and I am curious how do you get the vsphere-csi version information? All I see in the CSI driver pods is vsphere...

I was looking at this, and retrying a connection would be something that a higher-level library would handle rather than hyper?

I can see the dilemma here. Yes, I think that this should not be something that `hyper` takes on, considering how `httplib` and `http.client` deal with this in the HTTP/1.1...

Would it be appropriate/preferred to define each error in RFC7540 with a corresponding exception?

Ok. I'll take a crack at this. I'll start a pull request once I have something.