Scott Reisor

Results 7 comments of Scott Reisor

@dak1n1 is this a problem with the update function in general or specific to `allow_volume_expansion`? i'm seeing a similar issue trying to change `reclaim_policy` from Delete to Retain

hey @srenatus here's a thought on supporting custom scopes rather than the hardcoded ones i've got now. update the Client struct in storage to something like... ```golang type Client struct...

@srenatus i just pushed some changes with an initial attempt at the approach i described. i've not updated the various storage connectors, but what i had was enough to work...

hey @srenatus i updated with docs and fixes to some minor issues. i took a look at what might be needed to add some tests for `handleSAMLCallback()` and it seems...

hey i just rebased the branch. in regards to what's need for a merge... i can throw some docs together in the near future, but i'm not sure about the...

@MakMukhi any update on the reworked stream flow to reduce buffer use as mentioned [here](https://github.com/grpc/grpc-go/pull/1774#issuecomment-363595750)? we've noticed an issue where bombarding a stream endpoint with small messages causes lots of...

no problem @MakMukhi, thanks for the response. i look forward to the change!