Jon Shier

Results 265 comments of Jon Shier

"takes precedence" means "comes first" not "overrides". But I'm working around interceptors, so I may be able to update the docs.

Thanks for the PR, this is something we've thought about for a long time. However, before we get to specific APIs for modifying the resume data, we need to better...

Looking at the API built, I don't think we'd want a top level API just to modify a single value. Instead, we'd have a version of the cancellation APIs for...

TCA 1.22.2 fixed a memory leak in the store hierarchy, so if you update and try again it'll likely be fixed.

Sorry, didn't realize you wanted me to try that. It may have made the LLVM optimization level match my `OtherDebug` optimization level, but it didn't affect my Swift optimization or...

Right. I guess this is a combination bug report (unexpected behavior, especially in regards to the Pods project having configurations that don't exist in my project at all) and feature...

So I'm looking into this again, since I'm trying to use more custom build configurations as a replacement for multiple targets. There seems to be a few different CP behaviors...

`rvm cleanup sources` should remove all the downloaded source. There are also other cleanup options. `rvm cleanup {all,archives,checksums,repos,sources,logs,gemsets,links}`

Unfortunately, `URLSession` is very different on Linux compared to Apple platforms, so there may be unanticipated behavior. Also, there's no need to wrap Alamofire in any concurrency constructs like an...

Ah, that's not a safety issue, but a failure of the assertion [here](https://github.com/Alamofire/Alamofire/blob/2e7a741fc2af29bd833eddd45ee8c461987ff250/Source/Core/SessionDelegate.swift#L184). Are you using `Session.upload` at all?