Christian Kurz

Results 3 issues of Christian Kurz

The type map currently does not contain types that only appear as subtypes of an union.

When trying to use a host made using graphql-lua, graphiql is missing the interfaces. Apparently this is a common issue, as explained here: https://github.com/graphql/graphiql/issues/746#issuecomment-440849959

if musl and glibc coexist in one process they fight over the `FS` register. In my case I have an executable (musl, statically linked) accessing some library (glibc, dynamically linked)....