Dominik Kundel
Dominik Kundel
I actually came here to create an issue for this. I tend to initialize a project with the respective `LICENSE` file on GitHub and run `npm init -y` afterwards. Would...
Yeah I'd be fine with merging such a change as long as the description is fine in terms of what it's purpose is.
So here's the issue I found with this one: If someone uses the Twilio CLI to initialize the project we don't actually have the Auth Token to verify the signature....
## Download Assets There is no `/Contents` API for Assets today but in theory this is just a glorified `curl` since Assets are public. If we end up adding `protected`...
Change of plans. This will get a bigger facelift. The idea is to use npm.im/blessed to create two sections on the screen and make the screen interactive. Features will include:...
After playing around with [Ink](https://npm.im/ink) we should use that. It works pretty well together with existing JavaScript CLIs
Thanks for the questions @philnash! Here are the answers inline: > Flows would be save as a JSON file rather than a JS file (see under File Structure). Good catch!...
Thanks for your feedback @vernig > - Provision a new number and set the webhook to the (temporary) studio flow created by the serverless toolkit (if I understood correctly this...
Good point. I think we also need to consider whether this affects the local dev experience in some way. We heavily rely on `require` even though most of our code...
Update to this ticket: at least the serverless-api package is now configured in a way that it does not compile away inline `await import()` but it does still convert everything...