Steven Gum

Results 42 comments of Steven Gum
trafficstars

@tellarin are there any updates on this work item? fyi @stevenic @boydc2014 @dclaux

Relevant code in JS: https://github.com/microsoft/botbuilder-js/pull/3698/files#diff-612cd898ceba4f30c7d406690b0a5f370a4146194cf32f8b82d43aa93dbb4723R50-R51

Porting of `ConfigurationResourceProvider` occurred in #3446, courtesy of @joshgummersall

Marking as P2 since we're not blocking anyone by not performing this migration in R11. @Zerryth, let's chat offline about the plan for this work.

With the current CI configuration and streaming E2E test, this is no longer a P0 and has been placed on the backlog for now.

@cwhitten I'd still like to investigate this one as I believe I ran into this scenario on 4.5.x. @drub0y do you recall if the people who ran into this were...

For some reason the connection is being closed by the service that provides the programmatic key when authorized with an ARM token: ![unable-to-get-authoring-key](https://user-images.githubusercontent.com/14935595/57958475-d08f2800-78b4-11e9-86b5-a36f894e0fcc.jpg) Since there is no programmatic key, it's...

**Note-to-self:** It would be worth diffing older versions of the Emulator with master as the functionality used to work. If older versions of the emulator still work, then there is...

Just checked this today and it works in [4.2.0](https://github.com/microsoft/BotFramework-Emulator/releases/tag/v4.2.0) and [4.3.0](https://github.com/microsoft/BotFramework-Emulator/releases/tag/v4.3.0) on Windows. The bug is still in `master`, I'm currently looking for the regression. ___ #### _Update:_ If I...

Cross linking **electron/electron#18557** Using [`electron-fetch`](https://github.com/arantes555/electron-fetch) doesn't yield any better outcomes compared to the original dependency (using `node-fetch` in [`fetchProxy.ts`](https://github.com/microsoft/BotFramework-Emulator/blob/master/packages/app/main/src/fetchProxy.ts#L36))