-
Updated
Nov 29, 2021 - Shell
Heroku
Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.
Here are 12,038 public repositories matching this topic...
-
Updated
Sep 26, 2021 - JavaScript
What happened?
Error while deploying to production: django.core.exceptions.ImproperlyConfigured: Set the SENDGRID_GENERATE_MESSAGE_ID environment variable
It looks like non-essential env config was added without defaults.
What should've happened instead?
Deploy without errors
Solution
Add defaults to Sendgrid config.
Change the following:
ANYMAIL = {
"SENDGRID_
-
Updated
Sep 27, 2021 - Go
-
Updated
Nov 18, 2021 - TypeScript
-
Updated
Sep 21, 2021 - HTML
This demo is great and help us a lot.
As now JWT ( JSON Web Token ) becomes an important way of authentication. What bout adding JWT authentication to this demo? Or we use JWT authentication instead of traditional session-cookie way.
Let's make this demo more powerful. : )
Add i18n
Describe the bug
The button to toggle the chat widget doesn't have discernible text.
To Reproduce
Steps to reproduce the behavior:
- Go to a page with the Papercups chat widget installed.
- Check accessibility with axe DevTools
- See
Buttons must have discernible textissue
-
Updated
Nov 9, 2020 - Shell
-
Updated
Jun 4, 2021 - Python
-
Updated
Dec 1, 2021 - HTML
-
Updated
Mar 26, 2020 - Swift
-
Updated
Nov 30, 2021 - Java
-
Updated
Aug 21, 2021 - Python
Migration to bcrypt
Context
- This is part of
release-1.5#148 - MEDIUM priority task
Tasks
- Remove dependency
bcrypt-nodejsinpackage.json - Add dependency
bcryptinpackage.json - Migrate file app/data/user-dao.js to bcrypt
- Validate the instalation with the local test
- Add and submit the chang
Upgrade dependencies
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Nov 28, 2021 - Python
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Oct 5, 2021 - Python
-
Updated
Feb 11, 2021
-
Updated
Dec 1, 2021 - TypeScript
-
Updated
Apr 8, 2021 - TypeScript
-
Updated
Aug 26, 2021 - HTML
- Organization
- heroku
- Website
- www.heroku.com
- Wikipedia
- Wikipedia


When updating contact information from the sidebar, with a phone number that is already associated to another contact, the system displays the invalid error "Duplicate email address" instead of "Duplicate phone number"
Steps to reproduce