Shane Krueger

Results 414 comments of Shane Krueger

And jest won't run anymore because it tries to process the svg file

> I was also able to register and login with G310. The flow does feel a tad awkward, but it does work. The Windows WebAuthn library seems to require PIN...

@sungam3r I was having trouble testing a new GraphQL.NET server implementation with a 25sec keep-alive timer because Playground (and/or `subscription-transport-ws`) apparently terminates connections after 20sec of not receiving a keep-alive...

Does this sample support scopes services within the custom AuthorizationRequirement? This should be made clear, and if possible included in the sample, as the majority of the questions relating to...

I noticed that the sample has changed from a code-first sample to a schema-first sample. Perhaps this does not matter if the purpose of the sample is to demonstrate setup...

We have modified GraphQL.NET Server v7 to return a content type of `application/graphql+json; charset=utf-8` by default, which was the current recommendation by the draft GraphQL over HTTP specification a couple...

> this worked, but shouldn't this be default set or atleast give a meaning full warning of whats wrong with config? @aloksharma1 I believe that specifying `BulkCopyType = BulkCopyType.MultipleRows` basically...

Does the query have inputs? Perhaps the intermittent failure is due to differing inputs, and so I would start logging all the inputs to the query along with the generated...

@lhmiranda Were these logs taken with your original code (`TableName = "ST.\"FlatConsults\"" `) or with the suggested revision (`TableName = "FlatConsults", SchemaName = "ST"`) ?