-
I have a Google container which is dedicated for all Google (owned) websites. I want to minimise as many non-Google related websites from being opened from within this container.
If I were to searc…
-
We are making updates to Integration.AspNetCore so it supports .NetCore 3.1 (see [this PR](https://github.com/microsoft/botbuilder-dotnet/pull/3263) for details).
This issue is about testing the cu…
gabog updated
4 years ago
-
The 4 adapters are NOT, via the automated build system, picking up the correct version strings. This applies to both the .nupkg and .snupkg files.
For example, in [this nightly build](https://fuse…
-
Work is done, but preview flags need removing from the projects so the packages are not marked as pre-release anymore.
-
Hi,
I'm using WebexMeeting from @webex/components
If user disables video or audio before clicking on Join Meeting button, then these controls won't work after the user joins.
User himself will se…
-
Hi all,
The description provided for webex as a channel is not sufficient to fully integrate the bot framework with Webex bot. Where I can get fully described information for bot framework integrati…
-
This is a follow up to #8.
I'm opening this proposal to gather questions we would like to ask users about ChatOps.
## Motivation ##
We would like to gather feedback from users about exactly h…
-
Steps to reproduce
Run the following sample code (https://hazel-jazzy-peach.glitch.me/):
```
// __ __ ___ ___
// |__) / \ | |__/ | |
// |__) \__/ | | \ | |
// This is …
-
If I run a api.people.get command on a loop once per minute, I am occassionally (though very infrequently) seeing it bomb out with this returned:
Traceback (most recent call last):
File "webexte…
-
I am using the WebexAdapter from botbuilder-adapter-webex to connect my BotBuilder bot with Webex teams.
I have used the following code
```Javascript
const server = restify.createServer();
serve…