R. Kyle Murphy
R. Kyle Murphy
The latest version of graphql-java (3.0.0) has changed DataFetchingEnvironment from a class to an interface. This is causing an exception in ReflectionGraphQLDataFetcher.collectBindByClassValues which is expecting a class instead of an...
The build script is failing while attempting to patch the latest version of GHC. The failing patch is ghc-fix-sync-all.patch and it fails complaining that "Hunk #1 FAILED at 790.".
I was looking at this as a way to generate what looks like a 2D sprite based game easily by using 3D meshes and this plugin to simulate sprites but...
Two things that would be nice to see on the environment editor is 1) automatically add an initially empty environment for each environment defined at a higher level and 2)...
Currently when using the Refresh Schema button on a GraphQL request, it appears as if that request is not using the auth settings configured on that request. Since GraphQL introspection...
Currently on a given request the options for auth are "Basic Auth", "Bearer Token", "OAuth 2.0", or "No Auth", however the "No Auth" setting will actually inherit auth settings from...