Dominik Kundel

Results 62 issues of Dominik Kundel

As pointed out in #465 we currently don't do any specific validation of the contents of directories for functions and assets and instead put that validation on the client which...

As called out in #465 for TypeScript projects we need to point the Serverless Toolkit against the output folders in `dist/functions` and `dist/assets` as opposed to leaving it to the...

Right now when the publishing CI flow is done it will try to run `git push` to publish the new git tags but this triggers the on-push git hook that...

TypeScript v4.4 changed the type of errors caught in a `catch` clause to be `unknown` as opposed to `any`. In order to ease the transition from v3 to v4 we...

The `tsconfig.base.json` file currently has `skipLibCheck` set to `true` (introduced in #450) which avoids throwing errors from TypeScript if one of the TypeScript definition files has an error. While this...

It would be great if the Dev Phone would send a push notification through the browser when there's a new SMS or phone call and your Dev Phone is in...

enhancement
needs-design

If you start the dev-phone command and something fails it currently doesn't clean up after itself. Way to replicate: have 50 Serverless Services in your Twilio account and run `twilio...

enhancement
good first issue

Currently the `--inspect`, `--inspectBrk` and `--ngrok` all require a value if being passed to the plugin. In Twilio Run they all accept empty arguments

bug

**Contributing to Twilio** > All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under. - [x]...

Right now the basic tests that are set-up are using `chai` and `mocha`. We should move this to `jest` as this is the preferred testing framework for us.