Dominik Kundel
Dominik Kundel
## Description GitHub introduced new forms for issue creation that allow things such as dropdowns and various types of fields. In this PR I added three different issue templates for:...
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...
It would be nice to have an example template that shows how an MMS powered ticketing could work. ## User flow: - Person visits a website (fictitious "Happy Hour" event...
As mentioned in #18 we should be improving the test harness. I think we should be leveraging parts of the `twilio-run` tool for this since it is already putting effort...
Since the download functionality was factored out, could we have an environment variable that allows you to disable the automatic download of the binary in the postinstall hook? We could...
It's pretty common these days to use packages on npm for either server-side or client-side applications. I've seen a lot of people mistakenly try to use the Twilio helper library...
As of recently the Voice API now supports passing a `twiml` argument to various functions such as `client.calls.create`. Right now this argument has to be a string but it would...
I didn't update the screenshots. I suggest you to clone my fork to actually test it out. Feedback is more than welcome 🙂 You can switch back to the previous...
Hey everyone, just one idea. Have you considered adding support for something like [mikaelbr/marked-terminal](https://github.com/mikaelbr/marked-terminal)? This way you still have JS syntax highlighting but also colors for other things such as...
We should add some basic testing using [jest](https://jestjs.io). This might require some refactoring to make the code a bit more testable.