-
Updated
Nov 26, 2020 - JavaScript
chat
Here are 5,265 public repositories matching this topic...
-
Updated
Nov 19, 2020 - TypeScript
-
Updated
Oct 28, 2020 - Go
-
Updated
Nov 26, 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 25, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Swift
-
Updated
Nov 25, 2020 - CoffeeScript
-
Updated
Oct 7, 2020 - Java
-
Updated
Sep 25, 2020 - Objective-C
Currently when an OMEMO message comes in, the desktop notification only says that an encrypted message has arrived, but there is no way to get the decrypted message text in the notification. It would be nice to have the clear text message in the notification instead, or have a config setting to select between the two variants.
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
Nov 25, 2020 - Python
-
Updated
Nov 8, 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."
There are a number of calls in
zerver/views/auth.py
toget_realm
-- and most, but not all, catch the potentialRealm.DoesNotExist
exception that that raises. The ones that don't currently should catch theRealm.DoesNotExist
and raise aJsonableError
, to prevent 500's like this: