twilio
Here are 1,646 public repositories matching this topic...
-
Updated
May 17, 2022 - HTML
I am attempting to parse an array.
{
"servers": [
{
"servername": "server1",
"serveractiveconn": 0,
"servertotalconn": 20,
"serverconnections": [],
"serverssl": 1,
"serversslinfo": "",
"serveractive": true,
"servererror": "",
"serverpriority": 0,
"serveroptional": 0,
"serverbps": "0 "
},
{
-
Updated
Apr 16, 2021 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 1, 2022 - Ruby
-
Updated
Jun 4, 2022 - JavaScript
Describe the Situation
It's possible that app.json is out of date... I don't think we've updated it in a while and environment variables have changed. All of our Heroku 1-click deploys reference those variables to prompt the admin on which variables are necessary for their deployment. Cross-referencing app.json with the [environment var
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
May 13, 2022 - JavaScript
-
Updated
Jun 3, 2022 - TypeScript
-
Updated
May 30, 2017 - Go
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:
- Add every dependency that exists in any template as a
devDependencyfor the rootpackage.json - Create the same automation that we use in github.com
-
Updated
Nov 5, 2021 - JavaScript
-
Updated
May 21, 2022 - Pascal
-
Updated
Jun 3, 2022 - PHP
Improve this page
Add a description, image, and links to the twilio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the twilio topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Fonoster Voice could benefit from re-using the files generated by a TTS Engine. It will make things faster and reduce costs for the users.
Describe the solution you'd like
The Voice server could maintain a list (perhaps in memory). The list should be a hash of the parameters used to create the transcriptions.
Also,