-
Hi, I came across your extension in my NextCloud instance. I have two questions.
1. Is the code open source here on Github or Gitlab where you can contribute?
2. Any chance of adding Twilio?
I'm a …
-
**EDIT: The persistent upgrade exception appears to have been related to a cached DLL. Things are back to normal. The outstanding question is how can users of the library receive advanced notification…
-
*Note: These issues are for bugs and feature requests for the helper libraries.
If you need help or support, please email help@twilio.com and one of our experts
will assist you!*
3.17.0
### …
-
### Issue Summary
When calling FaxReader.read(client), it fails if you set setDateCreatedAfter() and/or setDateCreatedOnOrBefore(). Internally, when these dates are converted to a string, it is c…
-
### Issue Summary
I wast just installing Twilio library while I happened to face an error which stopped me from installing it.
### Steps to Reproduce
1. open command prompt
2. type `pip ins…
-
### Code Snippet
```python
import random
import getpass
import smtplib
import string
import requests
import time
import pyautogui
import json
import os
import sys
from os import system
…
-
I could use a little help with the best way to maintain our module repo.
Currently I am using branches for version control however this seems/is cumbersome. Okay for dev.
Is it best to merge the b…
-
Hey,
I'm using Twilio in my Django project:
```
django-twilio 0.10.0
twilio 6.29.4
```
However when I try accessing Twilio resources usin…
-
Hmm, what to do! Guess i'll have to maintain at least one prior version (v5.0.2) compatibility.(BS4 project)
Wonder if I should have NPM point to separate repository for v5.0.2 or do file substitutio…
-
```
_onToneDetect(evt) {
let tone = evt.getHeader('Detected-Tone');
if (!tone && evt.getHeader('Detected-Fax-Tone') === 'true') tone = 'fax';
this.emit('tone', {tone});
}
```
…