Reed Harston

Results 17 comments of Reed Harston

This should just replace the relay specific parts of #2401. Basically, just replace `asInfallible(onErrorFallbackTo: .empty())` in the methods added in that PR with `Infallible(self.asObservable())`

Wooh! Glad the book is now open source so we can more directly help with these fixes. Thanks @amartini51 for reopening and moving this for me. 😀

I agree with amartini51, it would be nice to have both beta and release docs available. @ruurd, I understand you are referring to not running a beta (Ventura or Xcode),...

The 'fix' for #10582 forces our users to log out because a new key is created. I'm hoping that we can find a fix/mitigation similar to this request that will...

Same issue on macOS with git-ftp 1.6.0 and curl 7.85.0. If I upgrade to 7.87.0 then curl erroneously reports this as an `Out of memory` error and ends prematurely (see...

@freak4pc, any update on this?

Xcode 14 added RECOMMENDED_MACOSX_DEPLOYMENT_TARGET environment variable and suggests using it in the build settings update prompt. RECOMMENDED_MACOSX_DEPLOYMENT_TARGET is currently set to 10.14.6. Instead of updating to 10.14 how about using...

This is what I've been looking for, thanks!

Perhaps the different machines are running different versions of curl. You can check with `curl --version`. Since curl 7.86.0 some errors our incorrectly reports as '(27) Out of memory' when...

I have had the same issue since late last year as well. I use git-ftp for a side project I don't touch often so it hasn't been worth my time...