-
Updated
Sep 14, 2020 - JavaScript
chat
Here are 5,016 public repositories matching this topic...
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Sep 6, 2020 - Go
-
Updated
Sep 13, 2020 - Go
Right now if you delete a comment it is just disappear form the comment section. I think it would be better to show a modal to the user to confirm the delete action.
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Swift
-
Updated
Sep 8, 2020 - CoffeeScript
-
Updated
Apr 15, 2020 - Java
-
Updated
Jun 16, 2020 - Objective-C
It is quite hard for new developers to get involved with this project. To make things easier, documentation could be improved to explain to new developers exactly how to get started.
I cannot reproduce this with the default usage of botui : the issue appears only when botui is part of a larger VueJS app.
When a markdown image is inserted in a message, it is immediately hidden if another message is displayed after.
botui.message.add({
content: 'Hello World'
});
botui.message.add({
content: 'Here is a picture : ![](https://www.google.fr/images/branding/g-
Updated
Jul 15, 2020 - JavaScript
Chat apps
Slack + GitHub
Connect your code without leaving Slack
Improve this page
Add a description, image, and links to the chat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."
In 7c17bdb9c524a3ba0d36843879cca0e5dfb229a1, we added a workaround for the fact that the "deactivate a user" test messes up later tests that might interact with that user.
The better way to fix this is to use a
@openapi_param_value_generatorfunction to create a user that we'll then deactivate the user ID for. Usegit grepto find the code inzerver/openapi/curl_param_value_generators.py