Bruce Williams
Bruce Williams
@avitex To clarify, is this only present with the changes in #96?
This should mirror Relay’s implementation by default, so if Relay’s Node implementation uses padding, this will need to be a be a configurable option rather than a hard coded one....
This has long been an idea, and we’d love to see it. And agreed on what’s specified; I just want to make sure the “out of the box” experience matches...
> And if someone really needed to configure global_id_translator on a per-environment basis, that would still be possible using Application.get_env/3. My understanding is that this wouldn't work if they were...
I'd like to see both supported if you'd still like to move forward on this @avitex. I think it's best to continue the discussion around code vs in the abstract....
@hubertlepicki @gamache Also registering my interest in getting support for `:follow_redirect` in. I like the way this is implemented, but I'd be happy to help if changes are necessary.
@benwilson512 Just pinging you as a reminder we need to open up the Absinthe dependency a bit in the next set of releases.
Thanks for this -- very thorough, great work! I love that you dug into field selection as well. @benwilson512 and I will give this a better look-over soon. My guess...
Something I did as a quick hack when I ran into this problem was to modify `less.tt` temporarily to output the list of files imported (at import), like this: ```...
Some notes: - Leex doesn't support column numbers yet (you probably already know this); I've gone through the source to verify, but haven't looked at the feasibility of adding it....