Theo Gravity

Results 104 comments of Theo Gravity

Should we ignore the `peerDependency` for `graphql-tag` if we're using the v3 apollo client?

Note this does work: ``` return new Promise((resolve, reject) => { const mc = new MemcachePlus({ hosts: ['localhost:11211'], onNetError: function (err) { reject(err) } }) mc.set('startup', 'true').then(resolve) }) ```

still no go on ver 0.2.16 doing ``` function failure (reject, err) { log.error(err, 'Memcached storage error') reject(getResponseObj(DB_FAILURE)) } ... static testConnection () { const memcachedConfig = config.memcached return new...

You might want to also try https://github.com/theogravity/svg-rasterizer

`allotment` is a good alternative that works with React 17. https://github.com/johnwalley/allotment

I found this doc as a good starting point https://docs.nestjs.com/graphql/migration-guide#directives

Here's what I've found so far: Base URL: `https://web.sd.lp1.acbaa.srv.nintendo.net/api/sd/v1` Headers: - `Accept: application/json, text/plain, */*` - (where required) `Cookie: _gtoken=` ## List AC Chracters tied to the account Session cookie...

Here are some other endpoints that I noticed were different from the Splatoon 2 one: Base Url: `https://api-lp1.znc.srv.nintendo.net` ## Register Device **edit:** There's a reference for this endpoint already: https://github.com/ZekeSnider/NintendoSwitchRESTAPI/blob/master/SwitchBlueprint.md#register-device-v1notificationregisterdevice...

I'm really stoked that this thread has gotten so many contributions in such a short period of time! Thanks everyone. ### Re: `GetWebServiceToken` For `GetWebServiceToken`, the interface and route is...

@xSke I've managed to successfully get the island data using the dodo code via the `example_animalcrossing.py` script, but the journey to be able to do it is not for the...