Stefano Vozza
Stefano Vozza
Hey Kevin, sorry, I'm only seeing this now. I think this is perfectably reasonable, I'll try and investigate what's going on here and as you say we can just add...
Something I would say is that I've used GraphQL APIs where the request was submitted as a POST request but I'm not sure how common that is.
Sure, but the whole point of the Fantasyland spec was to make all these types interoperable.
Ah sorry, I phrased that a bit blunter than I should have! I get what ya mean.
So, I looked into SAM and unfortunately you can't use it with nested templates, see this issue: https://github.com/aws/aws-sam-cli/issues/1213. Btw, if you're interested, in my fork I've created a skeleton of...
I would expect a deep clone to be slow.
What does `lineItem` look like?
That would be great! These objects don't happen to have a `clone` method on their prototype? `R.clone` will dispatch to that if present.
> If you want this function it is trivial to implement as const concatAll = reduce(concat, []); which doesn't seem too onerous to me. This implementation will mean every intermediary...
If you want much stricter guarantees, you should take a look at [Sanctuary](https://github.com/sanctuary-js/sanctuary).