technicianted
technicianted
Sorry we moved away from this driver due to instability. Can't provide any more logs.
Thanks. But I think "performance issue" is not the correct wording. I would use call it unstable. Also, using a secret did not fully resolve the problem, just reduced it...
> I like this feature. Any updates? You can temporarily use my fork [technicianted/pflag](https://github.com/technicianted/pflag) and add the following to your go.mod: ``` replace github.com/spf13/pflag v1.0.5 => github.com/technicianted/pflag v1.0.6-0.20211216182845-d6307205cfab ```
> Thanks @technicianted, have you used this in any project? Is there an example? If you're using [spf13/cobra](https://github.com/spf13/cobra), you can use [this usage template](https://github.com/spf13/pflag/files/8241077/usage.txt) like this: ```go import ( _...
Similar issue reported in py-spy benfred/py-spy#626.