Mike McDermott
Mike McDermott
This feature of creating a span for the initial ASGI scope plus the send/receive events is simultaneously really helpful (I used this to discover some requests were timing out after...
I created this sa/clusterrole: ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: argo-master-sa namespace: default --- kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: name: argo-master-role rules: - apiGroups: - argoproj.io resources: - workflows...
Aha! Limited success by using ```python client = ApiClient(configuration=config, header_name="Authorization", header_value= "Bearer " + bearer) ``` but this feels wrong-ish. I feel like there ought to be a way to...
Hi, I think I'm having a similar issue to this. Here's a repo where I've been playing around with the utility. https://github.com/xkortex/test_scm/tree/2252ab3b53b3cda31fdd82ebc90d3c113bd8d987 This is with pip 20.1.1. I have tried...
Any updates on this? It would be really nice if this library were formally assigned a permissive license.
Also, is the log file supposed to output things? I just ran the tool and updated my code (44 lines changed) and there was nothing in the log file. edit:...