Skip to content
#

chat

Here are 4,119 public repositories matching this topic...

timabbott
timabbott commented Dec 2, 2019

We need to make zerver.webhooks.trello.view.exceptions.TrelloException into a subclass of UnexpectedWebhookEventType to avoid getting error emails whenever Trello adds a new event type. See zerver/webhooks/trello/view/exceptions.py for where to make the change.

Gardeniaxch
Gardeniaxch commented Sep 20, 2019

Issue Description

[FILL THIS OUT]

Steps to Reproduce / Code Snippets

[FILL THIS OUT]

Expected Results

[FILL THIS OUT]

Additional Information

  • Nodejs version: [FILL THIS OUT]
  • React version: [FILL THIS OUT]
  • React Native version: [FILL THIS OUT]
  • react-native-gifted-chat version: [FILL THIS OUT]
  • Platform(s) (iOS, Android, or both?): [FILL THIS OUT]
xPaw
xPaw commented Feb 1, 2019

Testing server code (in src/ folder) is somewhat easier than client's code, but after the client is fully ported to Vue, it should be possible to test some individual components as well.

Tests reside in test/ folder and can be run with yarn test or yarn test:server commands. Coverage report can be generated with yarn coverage and there's a html file that can be viewed in coverage/ f

davidlazar
davidlazar commented May 10, 2018

Currently, with usernames, there isn't a good recovery mechanism for users that lose their keys. Originally we were thinking to let a user reset their account if they haven't extracted a key in 30 days (with no further verification), but this would lead to users losing their usernames if they go offline for an extended period.

With email addresses, we could at least verify that the user owns th

Fab1en
Fab1en commented Aug 27, 2018

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
ghost
ghost commented May 29, 2019

How the federation aspect of lemmy will work? Will there be a 'global database' that will make sure all 'subreddit' (how are they called on lemmy?) names are unique? Or each instance will be able to register the same 'subreddit' name and as a result we will have:
https://dev.lemmy.ml/#/c/asklemmy
https://another.instance/#/c/asklemmy
https://another.instance2/#/c/asklemmy
If it's the latter,

Chat apps

Ally

Never miss team health updates and progress

TeamHub

Turn your IDE into a collaborative space where you can work together in real-time

See more Chat apps

Improve this page

Add a description, image, and links to the chat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.