Adam Sharp

Results 36 comments of Adam Sharp

Here's the linker error I was seeing: - App is using the current version of Result, 2.1.0 - Swish has 2.0.0 checked out via submodule - The two releases are...

> ...but I believe this might break the build for people using git submodules themselves as a dependency management solution? Right, that's something I hadn't thought of—the issue being that...

FWIW: this is currently breaking a project of mine, but I can think of a less invasive workaround to this problem. If we updated Result to 2.1.0 and then put...

@gfontenot I was still having issues trying to resolve this problem today and these latest commits were my attempts to get there. To summarise: 1. The issue with the workspace...

If a textual representation is possible, I think that would be preferable in an error message. What about attempting to decode it as a string first, then falling back to...

Here's where I'm coming from: if I'm debugging, and an error occurs, and I can immediately _see_ the details of the response that failed, that's super valuable to me. If...

Looks like there’s some compile errors on CI: ``` [07:39:26]: ▸ ❌ /Users/distiller/project/Sources/Tropos/ViewControllers/TRWeatherViewController.m:22:38: unknown type name 'TRDailyForecastView' [07:39:26]: ▸ @property (weak, nonatomic) IBOutlet TRDailyForecastView *oneDayForecastView; [07:39:26]: ▸ ^ ``` Have...

Here's the simpler version that I'm using as a workaround as I move away from using app-global activity indicators. Hope it helps. (Note that I chose to put this API...

@brimatteng I think it's still valuable, but I don't have the bandwidth to bring it up to date and get the tests passing.

@brimatteng Yes! Feel free to send me an invite with a time that works for you.