-
Updated
Nov 14, 2020 - JavaScript
chat
Here are 5,240 public repositories matching this topic...
-
Updated
Oct 25, 2020 - TypeScript
-
Updated
Oct 28, 2020 - Go
-
Updated
Nov 14, 2020 - Go
Deny missing docs
If we compile with #![deny(missing_docs)] in lib.rs, the compiler will warn us about any public functions and items without documention. I think it would be very useful to add this documentation, both for potential contributors and for our own understanding of the code. This might even be a good task for new contributors, because it doesnt require knowledge of the code (we can always answer ques
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Swift
-
Updated
Oct 5, 2020 - CoffeeScript
-
Updated
Oct 7, 2020 - Java
-
Updated
Sep 25, 2020 - Objective-C
Is your feature request related to a problem? Please describe.
- Deploy a configuration that has a locked MUC domain, e.g.
muc.example.org - Click Add a new groupchat
- Enter a room address like
room@muc.example.org - The
@gets escaped and Converse.js attempts to joinroom\40muc.example.org@muc.example.org
Describe the solution you'd like
If the input ends with
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 : 

The default
MAX_FILE_UPLOAD_SIZEsize is 25 megabytes -- and while we mention not setting it above 80, we don't clarify that [the cap of 25 is also currently enforced at the nginx level](https://github.com/zulip/zulip/blob/8499b2c0dc527426bb327a0753642222a4db2527/puppet/zu