-
Updated
Oct 21, 2020 - TypeScript
chatbot-framework
Here are 189 public repositories matching this topic...
-
Updated
Jun 5, 2019 - Python
-
Updated
Oct 19, 2020 - C#
-
Updated
Aug 3, 2018 - Elixir
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Feb 9, 2020 - PHP
-
Updated
Sep 30, 2020 - Ruby
Describe the bug
Cannot use 'cp' command while installing it on Windows.
It is needed to replace 'cp' with 'copy' in scripts written in package.json if an user wants to install botfront on Windows machine.
To Reproduce
Steps to reproduce the behavior:
- Install choco
- Install meteor
- Install botfront using
meteor npm installin Windows Powershell.
Expected behavior
-
Updated
Jul 26, 2020 - Go
-
Updated
Sep 12, 2020 - PowerShell
-
Updated
Oct 14, 2020 - Python
-
Updated
Nov 5, 2019 - TypeScript
We should probably start thinking of moving away from logrus in favor of zerolog for our Golang projects going forward. ZL is supposed to be faster, and have more functionality but IMO the big win is not having to worry about the Sirupsen sirupsen import collision that happens.
The performance benefits look to be somewha
-
Updated
Oct 10, 2020 - PHP
-
Updated
Sep 10, 2020 - HTML
-
Updated
May 16, 2020 - Python
-
Updated
Oct 14, 2020
-
Updated
Jul 20, 2017 - Java
-
Updated
Jan 9, 2018 - C#
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 21, 2018 - Java
-
Updated
Jan 27, 2019 - TypeScript
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Oct 20, 2020
-
Updated
Oct 20, 2020 - Shell
-
Updated
Sep 11, 2019 - Shell
Improve this page
Add a description, image, and links to the chatbot-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chatbot-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