Wes Toleman
Wes Toleman
I have found a scenario that causes a null dereference in [GraphQLDeserilization.cs:L92](/sahb1239/SAHB.GraphQLClient/blob/75a34bab5838e9078e45a22e729967ba26190c95/src/SAHB.GraphQLClient/Deserialization/GraphQLDeserilization.cs#L92). This response causes the error when a `GraphQLUnionOrInterface` is involved yet works fine when there is no inheritance....
## Background I am trying to generate this query that has arguments passed to a subschema ```graphql query($fooId: String! $filter: BarFilter) { foo(id: $fooId) { id ... on FooBar {...
## Background I'm trying to pass the variables `{ "foo": {"fooNumber": "0123456789", "systemCode": "BAZ"} }` to this query ```graphql query GetFooId( $foo: FooNumber ) { foobeta (foo: foo) { id...
The SQL Powershell path provider times out when attempting to remotely access instances running on ports other than 1433. ```ps1 Measure-Command { Get-Item 'SQLSERVER:\SQL\PrimaryServer\DEFAULT' } | Select-Object -ExpandProperty TotalSeconds #...
Building mpv with nVidia codec support (for `--hwdec=nvdec`) requires the [FFmpeg NV codec headers](https://github.com/FFmpeg/nv-codec-headers) which aren't included in the current project. I managed to build mpv with nVidia support by...