-
Updated
Sep 17, 2020 - JavaScript
chat
Here are 5,028 public repositories matching this topic...
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Sep 14, 2020 - Go
-
Updated
Sep 17, 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 15, 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 : 

As mentioned in zulip/zulip#16183 (comment), when a merge request (MR) is updated, the GitLab webhook is repeating the whole MR description in Zulip, instead of showing only the information that has changed (e.g., the assignee(s)). Apparently the data sent from GitLab contains a
changessection with bothpreviousandcurrentvalues, so it should be possib