Elise Shanholtz

Results 39 comments of Elise Shanholtz

There's a nice [Twilio blog post on how to get started with Twilio and TypeScript](https://www.twilio.com/blog/send-sms-typescript-twilio). Regarding whether or not the `@types` packages should be a dependency on a devDependency, there...

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

Nice catch. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

Ah. This appears to be a bug in our autogenerated code. Thanks for pointing this out, @serdar. This issue has been added to our internal backlog to be prioritized. Pull...

@gagandeepp If you're interested in addressing this issue, please feel free to submit a PR with the fix and we'll add it to our backlog for review. This issue has...

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

This issue has been added to our internal backlog to be prioritized (Reference ID: DI-1915). Pull requests and +1s on the issue summary will help it move up the backlog.

Ah, we support TS 2.9 and above, and test against TS 2.9 in our CI system. Looks like I have to pin `@types/express` back to `4.17.6` for 2.9 support. Thank...

Hm, it looks like even if I pin `@types/express` back to `4.17.6`, it still installs `@types/[email protected]` as a transitive dependency, which doesn't support TS 2.9. Any advice on pinning the...

@akunzai A quick confirmation: These changes should not break users who choose to use this helper library on .NET Code 2.1, but rather upgrades our examples to use .NET Code...