Howard M. Lewis Ship

Results 211 comments of Howard M. Lewis Ship

It's possible a bit of it could be rewritten to use pomengranate (the underlying wrapper around the Aether/Maven code) more directly; that would make it more reasonable to have Boot...

There's also a few other things related to logging that are a bit Leiningen specific but that could be refactored (we pass around an options map everywhere, logging could be...

I don't use Boot any more (I tend to use Joker where in the past I used Boot). I'm open to a reasonable PR to break the code up to...

There's a hack in there to resolve artifacts that may have an issue. I think I've seen this in some of our internal code, we're generally good about identifying external...

I'll work on resolving this against the Apollo documentation.

Federation is a moving target, we're compatible with 1.0, but 2.0 changes things: https://www.apollographql.com/docs/federation/federated-types/federated-directives In any case, I don't think the current version of this code will work because it...

Could you elaborate on what you are using the variables for? Yes, we could expose how Lacinia internally tracks variables and values, but I prefer to do so carefully, in...

I'm noodling on a way to do the checks for this that aren't too expensive in terms of navigating around the selection set. I'd probably want to catch recursive fragments...

This looks like a bug, but I'm struggling to figure out a way to properly recognize defined-by-not-referenced fragments, as well as exclude fragments such as in this case. I probably...

I'll have to refresh my memory on future behavior; essentially I'd prefer to capture the exception in the future's thread, and re-throw the exception when derefing the future; that would...