Richard Youngkin
Richard Youngkin
In the README there is an animated GIF, tview.gif, that shows syntax highlighted code in the right pane. I'd like to do something similar. It doesn't need to be editable,...
> > In the README there is an animated GIF, tview.gif, that shows syntax highlighted code in the right pane. I'd like to do something similar. It doesn't need to...
> > > > In the README there is an animated GIF, tview.gif, that shows syntax highlighted code in the right pane. I'd like to do something similar. It doesn't...
Interestingly enough, there's already a PR, #24 , for this. The author just hasn't addressed the review comments. @morphar interesting work! Software PWM would be a good addition to this...
The code sets up a new threshold breaker configured to trip after 3 unsuccessful calls. The code above only calls,and fails, once. The circuit breaker still has 2 remaining unsuccessful...
I also had this issue, but for a different reason. I tried to run a standard `helm upgrade ...` command, but changing it to `helm secrets upgrade ...`. This resulted...
Thanks for the quick response! Regarding: > ZooKeeper is expected to always be alive so the client will retry forever. However, requests should return with ErrNoServer when the client has...
Hi Samuel, I'd like to stop trying to connect if the client has lost a connection to ZK or is on the minority side of the partition beyond a certain...
I'm curious what your thoughts are on this. If needed I'll implement the retry strategy I need in the client. Thanks, Rich