-
Updated
Nov 30, 2021 - Python
bot-framework
Here are 807 public repositories matching this topic...
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Nov 19, 2021 - JavaScript
It's impossible to pass extra options like ip_address to setWebhook when using launch
- Telegraf.js Version: v4
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Aug 5, 2021
-
Updated
Jun 5, 2019 - Python
-
Updated
Nov 19, 2021 - PHP
On the filtering events page, on writing bound filters, the sample code section, wrong import is inserted:
from aiogram.filters import BaseFilter
it has to be :
from aiogram.dispatcher.filters import BaseFilter
-
Updated
Nov 25, 2021 - JavaScript
-
Updated
Jan 28, 2021 - Java
Problem Description
An automatic scroll down event to the bottom of the page is being fired when a card element is dragged from the card elements toolbox to the card. You can notice it in the official page https://adaptivecards.io/designer/ but it is more noticeable when the page where the Adaptive Card Designer is being embedded has a footer or something below the ACD.
There is some cas
-
Updated
Nov 17, 2021 - TypeScript
-
Updated
Sep 8, 2021 - Elixir
-
Updated
Nov 30, 2021 - C#
Description
Randomly the matrix connector will crash when connected to a public room.
Steps to Reproduce
Create a skill and point it to #geeklab:linuxdelta.com and wait for people t
-
Updated
Nov 11, 2021 - Go
-
Updated
Jun 25, 2021 - Python
-
Updated
Oct 27, 2021 - JavaScript
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Oct 12, 2021 - Ruby
-
Updated
Nov 30, 2021 - Python
-
Updated
Nov 10, 2021 - PowerShell
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Nov 30, 2021 - Python
-
Updated
Nov 30, 2021 - Python
Improve this page
Add a description, image, and links to the bot-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bot-framework topic, visit your repo's landing page and select "manage topics."
Description:
I noticed the
typesAndWaitsuses thesleepmethod, but this only allows you to sleep whole seconds.Wouldn't it be better to use
usleep, so we can sleep for 2.5 seconds, or 0.5 seconds?I noticed the code moved from the BotMan class to the drivers, but the ch