Adam Sharp

Results 36 comments of Adam Sharp

> My brain thinks of `Any*` types to be type erasers, though Yeah, I'm not sure `AnyValue` is _quite_ right. Although I do think it would read nicely at the...

> It's also not "Any" value but a limited subset of values. IMO the idea is less that it could _be_ any value, and more that it's a _valid in-memory...

Does it make a difference if you explicitly redeclare `Child` as `Decodable`?

Here's my current thinking on this: 1) Because classes, in order to truly make this work I think you'd need to declare `class func decode` instead of `static` 2) With...

It seams redundant, but does adding `(json

@nashfive Good to hear! I hope it works well for you, and would love to hear your feedback from using it. Here are some high-level thoughts: - I had in...

With the improvements to the concurrency model in #39, I'm ready to tackle this. I'm currently working on the ability to cancel a single request, and should hopefully have a...

@gfontenot Yeah that's the idea, I need to complete #14 and also extract this into a new framework.

This kinda depends on #12 to avoid rework.

I also had to update the macOS deployment target to 10.10 to make use of `DispatchWorkItem`.