Mathew Polzin
Mathew Polzin
It can be difficult to answer that question when the people closest in proximity to the project (beam-community, as the organization the repo is under) are not themselves the active...
@epinault when you ask if we can merge this are you referring to an open PR that I am not spotting at a glance or are you asking if we...
> I have seen the examples of all the caches etc I am not sure if you mean you’ve already looked into https://github.com/mattpolzin/JSONAPI-ResourceStorage but if not then that’s the direction...
I suspect the problem is in your resource cache code or possibly a bug in that library. Can you share your ResourceCache type and Materializable conformances? Or at least the...
> I think that it should go to the one with includes? Yeah, that's a good lead. I tried to throw together the simplest possible reproduction of your situation I...
Nothing stands out as obviously problematic so instead of just asking for even more of your source code, how about: 1. What version of Swift are you running? 2. Do...
Oh, gotcha. I wish the error were clearer but that does make sense.
I'd be curious to hear your thoughts on how close to the mark OpenAPIKit's new compatibility layer comes for this use-case. The idea (described in the release notes for [Alpha...
I'm open to making the conversion logic public. I don't think I want to properly support them as public API, but this feels like a pretty reasonable request all things...
OpenAPIKit `3.0.0-alpha.8` exposes most of the `to31()` methods publicly. Hopefully your efforts won't suffer for not having access to the remaining functions (e.g. converting an `JSONReference` from one module to...