mattermost
Here are 417 public repositories matching this topic...
Describe the bug
The button to toggle the chat widget doesn't have discernible text.
To Reproduce
Steps to reproduce the behavior:
- Go to a page with the Papercups chat widget installed.
- Check accessibility with axe DevTools
- See
Buttons must have discernible textissue
Especially for IRC, the outgoing IP address can matter a lot. Need some way to set which one to use on a box that has many.
-
Updated
Jun 11, 2021 - HTML
Please can you add Pushover alerting to gatus (which is great BTW!)
Details on how to send pushover alerts can be found here - https://pushover.net/api
I have managed to get this working using the custom alert, but it's quite clunky and requires encoding the user key, api key, message, etc. in the custom alert body text.
Thanks
-
Updated
Aug 18, 2021 - TypeScript
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Aug 18, 2021 - Haskell
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 18, 2021 - Go
-
Updated
May 22, 2020 - JavaScript
-
Updated
Aug 11, 2021 - Go
-
Updated
Aug 16, 2021 - JavaScript
(The purpose of this report is to alert standup-raven/standup-raven to the possible problems when standup-raven/standup-raven try to upgrade the following dependencies)
An error will happen when upgrading library mattermost/mattermost-server:
github.com/mattermost/mattermost-server
-Latest Version: v5.25.0-rc1 (Latest commit 9102483 5 days ago)
-Where did you use it:
https
-
Updated
Aug 18, 2021 - Python
From another user I did /remind @amonnich "test" in 10s.
When receiving the reminder it showed the name of the other user correctly:
But after marking it as complete it shows my own name instead:

Currently a Link Name, Pattern, Template and scope are saved in the config.json
This should be moved to the KV store to remove the dependency on reading from the config.json
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Aug 18, 2021 - Go
-
Updated
Jul 12, 2021 - Python
Improve this page
Add a description, image, and links to the mattermost topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mattermost topic, visit your repo's landing page and select "manage topics."

Summary
We have typically used "zz" to avoid clashes with random strings while searching for names. The new function to use is
NewTestId"zz" + model.NewId()in storetest/user_store.goNewTestId()