Brian Floersch
Brian Floersch
@kutsy > > Would you be able to provide testing feedback of the solution that @gh123man has proposed? > > I rebuilded using this patch gh123man@6b369b7 and all my files...
@ewann this issue has to do with the API used for breaking files into chunks (I think this is the API, but I am looking at this quickly: https://msdn.microsoft.com/en-us/library/dn858877.aspx). It...
We may want to consider [adding a condition here](https://github.com/DataDog/datadog-agent/blob/5d68596816649140d4305aacf430dd803cd7748d/comp/logs/agent/config/config.go#L116) to force HTTP when HA is enabled. If an agent comes up during a failover, the connectivity check could fail forcing...
Hi, You can currently access the underlying binding state via the `refreshView` argument. ``` .refresher(refreshView: { bindingState in // access bindingState here return DefaultRefreshView(state: bindingState) }) { ... } ```...
Hey! I haven't considered this before, but after reading the docs it seems worth investigating. I'm a bit busy at the moment, but can try to give it a look...
Hi all, I took a good stab at this today. It's unfortunately far from trivial from what I can gather. This is not a lot of documentation on how to...