The ultimate Free Open Source Solution for team communications.
-
Updated
Dec 10, 2019 - JavaScript
The ultimate Free Open Source Solution for team communications.
[FILL THIS OUT]
[FILL THIS OUT]
[FILL THIS OUT]
We do a lot of back and forth IPC. Using electron-better-ipc would simplify a lot of code dealing with IPC.
This issue is bl
If you have used Trillian, their history navigator is top notch.
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
Github Wiki are great way to organize Documentation.
I suggest the documentation move from Readme to Wiki for better organization into topics.
Should not be that hard.
Also would make it easy to add snippets of codes from Solved Issues thereby expanding documentation.
Instant messaging server; backend in Go; iOS, Android, web, command line clients; chatbots
Web-based XMPP/Jabber chat client written in JavaScript
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
Some module do not load anymore (Sonarr, Radarr, Lidarr, Plex)
Others work fine (Transmission)
No problem on last version of Firefox and Edge
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 :  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,
Never miss team health updates and progress
Chat app for the prisma blog
Helpdesk ticketing system
Turn your IDE into a collaborative space where you can work together in real-time
Add a description, image, and links to the chat topic page so that developers can more easily learn about it.
To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."
We need to make
zerver.webhooks.trello.view.exceptions.TrelloExceptioninto a subclass ofUnexpectedWebhookEventTypeto avoid getting error emails whenever Trello adds a new event type. Seezerver/webhooks/trello/view/exceptions.pyfor where to make the change.