The Wayback Machine - https://web.archive.org/web/20220110105635/https://github.com/topics/twilio
Skip to content
#

twilio

Here are 1,523 public repositories matching this topic...

fonoster
psanders
psanders commented Nov 15, 2021

Is your feature request related to a problem? Please describe.
At the moment there is no way to tell which project is set to be the default on the CLI.

Describe the solution you'd like
It would be nice to have an indicator so we know which one is the "default". For example, we could mark the default project with an *.

$ fonoster projects:ls
Ref / Access Key Id          
gatus
coreymaher
coreymaher commented Apr 20, 2021

Describe the bug
When joining a video room the following react warning is displayed in the developer console:

Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
    in ToggleVideoButton (at DeviceSelectionScreen.tsx:114
crayolakat
crayolakat commented Nov 8, 2021

Describe the bug
If Redis isn't set up in your dev environment, outbound unassign won't work.

To Reproduce
Steps to reproduce the behavior:

  1. Make sure there isn't a REDIS_URL entry in the .env file
  2. Start your dev environment
  3. Create a campaign. In the Texter Experience panel, enable the Take Conversations toggle. Enable the Enable initial outbound unassign toggle.
dkundel
dkundel commented Mar 24, 2020

I think we should invest in some automation that keeps the dependencies safe.

Right now we can use Dependabot to keep top level dependencies up-to-date but not the nested ones for the templates themselves. My suggestion is the following:

  1. Add every dependency that exists in any template as a devDependency for the root package.json
  2. Create the same automation that we use in github.com

Improve this page

Add a description, image, and links to the twilio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the twilio topic, visit your repo's landing page and select "manage topics."

Learn more