-
Hi,
I've been eagerly attempting to get a very simple bot to work with the bot framework since I saw the keynote. While getting the bots to work locally is fairly straight forward, I can't seem to ge…
-
First off: **wow**. The bundle speed of fuse-box is mind-blowing. I have a pretty large app with a lot of dependencies.
Fuse-box bundle
```
Size: 5.7 MB
Time (no cache): 7s 645ms
Time: (warm ca…
-
## Description
API Docs should have a note similar to this: "To check the element for a full list of supported objects, use GET \objects API"
-
I am using Swagger UI @version v2.1.4
I am adding an authorization header with the following, inside the load `onComplete` handler
```
var key = new SwaggerClient.ApiKeyAuthorization("Authorization"…
-
I feel like the carousel view is showing the images in correct aspect ratio but cuts them to do this. The result is a bit weird. Doesn't scope allow the developer to choose which image sizing option t…
-
1. How do you request for render ? can you please provide sample request ??
2. How do you reuqest for importing swagger json file ? can you please provide sample request ??
-
Hi,
when testing my bot (node.js, bot builder v3.1.0.0) from the Bot Connector, I am getting the following:
500 InternalServerError System.Net.Http.HttpRequestException: An error occurred while sendi…
-
My BotConnectorBot isn't working because there's no header passed from Microsoft's server. When I get a message it looks like:
```
{ 'x-correlating-operationid': 'V4fVa2VBh3M=.dAA=.MQA2ADkANAAyADYANg…
-
need to change token grant to type `code` and use developer portal's redirect url for authorization code grant.
so, flow would be like:
1. admin UI requests token grant with type code, client id `dev…
-
I was just trying to run `npm uninstall -S co` to remove a dependency. Here is the debug log. `npm uninstall co -S` fails the same way, though I guess that should be expected
```
0 info it worked if …