Stefan
Stefan
``` import { RedisPubSub } from 'graphql-redis-subscriptions'; import { createClient } from 'redis'; const url = `redis://default:PASS@HOST:PORT`; const client = createClient({ socket: { url, }, }); client.on('error', (err) => console.log('Redis...
I am relatively new to Typescript and I have been trying to read the most appropriate way to extend the current types available on Casual to accomodate custom generators. For...
**Describe the bug** When arguments are added to the subscription type on the graphQL schema the requireResolversForArgs is incorrectly erroring. ```graphql type Subscription { numberIncremented(id: Int): Int } ``` `Resolver...
According to issue #1160 #1138 I do not know what the CI environment is for building the docker images. But I have updated the Dockerfile to be able to accommodate...
As per issue #1138 there is actually no docker image for arm64/v8 ``` ! nakama The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no...
The nginx docker image used in the docker-compose currently links to an image that does not work on ARM based machines. `Error io_setup() failed (38: Function not implemented) in Nginx...
I have tried to migrate to `webpack@^2.1.0-beta.27` however I am struggling with a strange options error. This is pointing to the ng-annotate options input is null? ``` ERROR in ./src/index.js...