Christian Gregg
Christian Gregg
Okay, so to summarise: - Add `status_code` to `Errors::Remote` - Rescue from the appropriate `Faraday` superclass and wrap as an `Errors::Remote` for edge cases where Faraday may still raise (I...
> So we'd have to return a successful response without telling the user anything failed. TBQH I think it is OK to cheat here 😈 This might cause quite a...
Would a potentially simpler solution be not to touch the relationship `meta` but use the top-level document `meta` instead? This should make it _relatively_ simpler to aggregate all sideloading failures...
Just copying this over from https://github.com/graphiti-api/graphiti/issues/333#issuecomment-801977854 around the potential for allowing configuration of best-effort behaviour at the resource or request level: > > It might be interesting to consider whether...
Hey @saraid, happy to have a look at the DSL and making improvements! The one currently implemented is _quite_ verbose, so anything to cut it down would be a benefit...
Hey, this would definitely be a welcome addition of functionality to the ecosystem! I would be interested in hearing about how you approached solving this internally and any strategies in...
It does seem that maybe they are no longer exposing that schema anywhere anymore. The current block builder UI now makes an RPC call to `/api/blocks.format` in order to run...
Hey @lritter -- thanks for taking the time to look at this and for providing a potential solution. Much appreciated! I apologise for the delayed reply. I haven't yet been...
I think the idea of a serialisation middleware stack is slick, and allows for all sorts of flexibility! There's then probably a set of common implementations for field types that...
Hey @gabichuelas -- I think this is just an oversight!