Vitalii Bulyzhyn

Results 22 comments of Vitalii Bulyzhyn

Yes, of course var s3Adapter = new S3Adapter( process.env.AWS_ACCESS_KEY, process.env.AWS_SECRET_KEY, process.env.S3_BUCKET_NAME, { region: process.env.S3_REGION, directAccess: true, signatureVersion: 'v4', }, );

This is how it is: var s3Adapter = new S3Adapter( process.env.AWS_ACCESS_KEY, process.env.AWS_SECRET_KEY, process.env.S3_BUCKET_NAME, { region: process.env.S3_REGION, directAccess: true, signatureVersion: 'v4', }, ); var api = new ParseServer({ databaseURI: databaseUri, cloud:...

Hey @addisonklinke For now, we don't support required attributes on Diffgram

For now, our team has some critical features in the pipeline, so most likely we won't be able to preoritize it. But we are always open for PRs from external...

Sure are some docs that may help: - [dev install](https://diffgram.readme.io/docs/install) - [contribution guide](https://diffgram.readme.io/docs/developer-contribution-guide) - [overall architecture](https://diffgram.readme.io/docs/diffgram-architecture) - [tasks](https://diffgram.readme.io/docs/tasks-introduction)

Notes: - need a proper way to display composable files (that are coming soon) - need a proper way to display files that are on the same location (or close...

Also looking for this feature

> Release 2.1.15 downgraded the version's again today. I guess dependabot's pr ( #3009 ) is not sufficient, as the checks are failing anyways + 1 for this, still the...

I think this issue is true for all the interfaces, not only text

Is there a solution for that? Got the same problem when deploying on Vercel