-
Updated
Oct 19, 2021 - JavaScript
slack
Here are 5,104 public repositories matching this topic...
-
Updated
Oct 19, 2021 - Clojure
We sometimes use Emojis in the title of documents, and when alphabetical sort is enabled for the collection, the Emoji is used for the sort. Ideally only the first alphanumeric characters should be used when sorting alphabetically.
To Reproduce
Steps to reproduce the behavior:
- Add Emoji to the start of a document title
- Enable alphabetical sort on collection
- Observe incorrect do
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Sep 14, 2021 - 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
Oct 18, 2021 - Go
-
Updated
Oct 16, 2021 - JavaScript
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 1, 2021 - Python
Describe the feature
Starting in 0.20.0 test selection was changed to be less greedy meaning that things like relationship tests which depend on more than one model are not selected by default on single model test runs. @joellabes has a great PR to enable a --greedy flag in 0.21.0. It would be a great if you could enable this feature the same way
I like love the sidebar horizontal option, but I it would be great if there were an additional option to have the horizontal sidebar at the bottom of the window instead of the top.
Thanks!
Currently, https://slack.dev/python-slack-sdk/socket-mode/index.html has only Events API example. We add interactivity patterns (e.g., shortcuts, modal submission, button clicks, etc.) in the page.
@~tjstum Thanks for your prompt reply here!
I might suggest adding something to the docs of SocketModeRequest (and the example usages) mentioning that the WebhookClient/AsyncWebhookClient ca
We don't have any document pages for "Sign in with Slack" feature while having an example app in the repo: https://github.com/slackapi/node-slack-sdk/tree/main/examples/openid-connect
List any relevant URLs
Requirements
Please read the Contributing guidelines
-
Updated
Aug 5, 2021
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
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.
I've noticed that some of our alerts where failing with the following error message:
Failed to send an serviceAlert for service=Very Cool Service "ServiceYXZ": call to provider alert returned status code 400: Bad payload received by generic incoming webhook.
It seems the issue is caused by unescaped quotes (") in the HTTP POST - in this specific case in the text property:
``
Description
Bring the changes in slackapi/bolt-js#1136 to the Japanese one.
What type of issue is this? (place an x in one of the [ ])
- bug
- enhancement (feature request)
- question
- documentation related
- example code related
- testing related
- discussion
Requirements (place an x in each of the [ ])
- [x
-
Updated
Mar 26, 2020 - Swift
-
Updated
Jul 30, 2019 - CSS
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."


In the user profile modal, the status emoji is displayed after the status message. We should instead put it before the status message for clarity and consistency with the status creation dialog.