Christopher Radek

Results 27 comments of Christopher Radek
trafficstars

@ChrisSargent Thanks for opening this issue. Taking a quick look - looks like the metrics endpoint should be configurable but it isn't exposed somewhere that's easy to access. If you're...

@Pruxis Thanks for opening this pull request! I think from a TypeScript perspective `writeKey` will still be required with this change - @silesky do you think we should update types...

@Adeboye Thanks for opening this issue. In plugins that are `before` type, you can call `ctx.cancel` with a `ContextCancelation` that turns off retries. That would look like this: ```ts import...

Can you give version `2.6.4` of the SDK a try? We updated the SDK to lazy-load service client models instead of the entire service client class. I ran one of...

Sorry to be chiming in on this late (been on vacation the last 2 weeks). Can you share what browser environment is encountering this error? I'm wondering if it is...

Yes I'll take a look as well. I do think we should be able to get away with transpiling to 2015 instead of es5 - it seems like the issue...

This was folded into https://github.com/microsoft/typespec/issues/154 and implemented in https://github.com/microsoft/typespec/pull/4513