slack
Here are 5,231 public repositories matching this topic...
-
Updated
Jan 25, 2022 - Clojure
As reported by @Rishabh-792 here, there are two minor issues in the bot management modal:
- At present, the "Remove owner" link is always shown. We should not show the link when there is no owner.
- The "Save changes" button should be disabled when no changes have been made.
It's fine to
To Reproduce
Steps to reproduce the behavior:
1.Edit and save a document
2. See “You updated 1 minute ago”
3. Switch to French language
4. See “Vous mis à jour il y a 1 minute”
Expected behavior
“Vous mis à jour …” is not correct, it should be something like “Vous avez mis à jour …”.
The translations are good, but when they use “You” + “updated”, the result in French
-
Updated
Jan 20, 2022 - TypeScript
-
Updated
Jan 22, 2022 - JavaScript
What went wrong?
I'm getting deprecation warnings with openSSL encryption.
[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
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
-
Updated
Jan 24, 2022 - Go
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
Jan 22, 2022 - JavaScript
-
Updated
Jan 25, 2022 - Python
-
Updated
Jun 1, 2021 - Python
Current tools docs could be updated to reflect changelog entry regard rtm.start method deprecation for apps created after Nov 30th, 2021.
The page URLs
Requirements
Please read the [Contributing guidelines](https://github.com/slackapi/python-slack-sdk/
Description
When faced with updates from one version to the next it’s important to look at the changes between the version and as I see you are treating this with the proper care.
However, the Github UI does not help here a lot to understand the changes for one package like @slack/web-api as there are 7 other package changelogs mixed up with the change for the package you currently car
-
Updated
Dec 6, 2021
Since adding integration with a number of other external systems, the landing README.md has become a bit cluttered. In addition to that, there's not a lot of detail on some of these integrations (versions,etc.).
What I'd like to do is break up some of the documentation for this and also add some information on what versions of the integrations are supported/tested.
Description
While hubot-slack has support for reconnecting when the connection to Slack is lost, there is a limit to the number of reconnection attempts. If several reconnection attempts fail, the bot will simply hang without a connection. This causes trouble for our process manager, since the client staying open means we don't end up automatically restart it. When this has happened for us
I am attempting to parse an array.
{
"servers": [
{
"servername": "server1",
"serveractiveconn": 0,
"servertotalconn": 20,
"serverconnections": [],
"serverssl": 1,
"serversslinfo": "",
"serveractive": true,
"servererror": "",
"serverpriority": 0,
"serveroptional": 0,
"serverbps": "0 "
},
{
There is no reason not to use an env variable for the stateSecret:
The sample code in the docs for Bolt Oauth setup has the stateSecret exmple in single quotes as text, whereas for the client id or client secret it puts it as an env variable. Is there a reason that the stateSecret isn't an env variable? Is the stateSecret supposed to be generated randomly each time the app install process is
-
Updated
Mar 26, 2020 - Swift
-
Updated
Jan 22, 2022 - TypeScript
Improve this page
Add a description, image, and links to the slack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the slack topic, visit your repo's landing page and select "manage topics."


Description:
When using curl to query the files.im api endpoint by roomId it states it cannot find the roomId. The roomID entered is the one listed in the MongoDB collection rocketchat_uploads.
When I query by username it states it is successful but list no files.
Step