Philip Jagielski

Results 7 issues of Philip Jagielski

It won't render correctly with the space between the `]` and `(`.

I don't think it is possible to render the `... on Droid` part of this query using what exists today. ``` query HeroForEpisode($ep: Episode!) { hero(episode: $ep) { name ......

The LICENSE file is EPL but the README says > Distributed under the MIT License.

One gRPC service I am connecting to can take several seconds to establish a connection. It is unstable at the default timeout settings and I do not see a way...

I expected this workflow to work: 1. Run a test in my text editor (aka using REPL) using the fixture kit-clj generated `(use-fixtures :once (.test-utils/system-fixture))` - it fails 2. Change...