Vito Belgiorno-Zegna

Results 9 comments of Vito Belgiorno-Zegna

Thanks @kdamball - feel free to reach out if you have any questions when you (eventually/hopefully 🤞) get to it :)

I think it's possible using `dialectOptions`: ```js const Sequelize = require('sequelize'); const SocksConnection = require('socksjs'); const { FIXIE_VALUES } = require('./config'); const DB = { host: process.env.DATABASE_HOST || '127.0.0.1', port:...

> @vitalbone Do you also get this `ETIMEDOUT` error when using `pg` directly (without Sequelize)? Unfortunately I can't confirm because I don't have the ability to test the connection to...

How'd you end up going with this, @wizage? I've noticed a [few](https://github.com/awslabs/amplify-video/pull/36#pullrequestreview-321241902) [issues](https://github.com/awslabs/amplify-video/issues/34#issue-509186851) referencing the ability to add thumbnails as an output but haven't yet come across a definite guide/example...

How did I miss [this page](https://github.com/awslabs/amplify-video/wiki/thumbs) on the Wiki?!

@BorisBozic Have had a look at this. According to Tom, problem seems to be related to new/old versions of Keystone. Will have a look at it with Jed once he...

Thanks @mjza. [Your suggestion](https://github.com/trek10inc/graphql-default-value-transformer/issues/4#issuecomment-751980692) worked for me.

This has been semi-fixed. There are still attendees with missing avatars, however the proportion of avatars showing now is well in the majority. Will continue to explore until all avatars...

On further inspection this looks like it has something to do with the social logins, facebook and twitter in particular. Keystone may not be recognising the image URLs for these...