Mali McCalla

Results 3 issues of Mali McCalla

I am implementing the Dialog component and need to show a "are you sure you want to discard" confirmation message when the user attempts to close the dialog. Is it...

improvement
question

**Issue type:** [x] question **Database system/driver:** [x] `postgres` **TypeORM version:** [x] `latest` I have the following code that works as expected but I am unsure if this is the most...

question
driver: postgres

I have the following file that handles my sendgrid set up. ```ts import sgMail from '@sendgrid/mail'; const sendGridApiKey = process.env.SENDGRID_API_KEY; if (!sendGridApiKey) { throw new Error('The sendgrid api key has...

type: community enhancement
status: help wanted