-
Updated
Sep 28, 2020 - JavaScript
chat
Here are 5,060 public repositories matching this topic...
-
Updated
Sep 27, 2020 - TypeScript
-
Updated
Sep 14, 2020 - Go
-
Updated
Sep 28, 2020 - Go
Its unnecessary and confusing to set this in lemmy.hjson in production, because anyway it cant be changed from the default value (/app/dist). We might as well set it in Docker, to make things easier.
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Swift
-
Updated
Sep 27, 2020 - CoffeeScript
-
Updated
Apr 15, 2020 - Java
-
Updated
Sep 25, 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