The Wayback Machine - https://web.archive.org/web/20220604172201/https://github.com/topics/slack
Skip to content
#

slack

Here are 5,369 public repositories matching this topic...

alya
alya commented May 26, 2022

At present, while the left sidebar "Drafts" link tooltip includes the keyboard shortcut, the compose box "Drafts" link tooltip does not. We should fix this.

The compose box "Drafts" tooltip should thus be "Drafts (d)", with the same styling as the compose box x button tooltip:
![Screen Shot 2022-05-26 at 4 20 30 PM](https://user-images.githubusercontent.com/2090066/170594930-8926447c-8740-48

tommoor
tommoor commented Apr 25, 2022

This is due to the input not being controlled – it only updates on mount and when the user types.

To Reproduce
Steps to reproduce the behavior:

  1. Go to "Search" in left sidebar
  2. Click on a recent search term (you have to have at least one)
  3. The url updates, the results update, but the search bar remains empty

Expected behavior

  • The search term is also added to the search
bug good first issue
papercups
jspeedz
jspeedz commented Sep 5, 2019

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

Someone take a look at this! good first issue
IchordeDionysos
IchordeDionysos commented Feb 15, 2021

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

docs good first issue discussion release
gatus
mistydemeo
mistydemeo commented Oct 4, 2018

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

enhancement good first issue auto-triage-skip
M1kep
M1kep commented May 19, 2022

Description

Describe your issue here.

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 [ ])

  • I've read and understood the [Contributing guidelines](https
enhancement good first issue semver:minor TypeScript-specific

Improve this page

Add a description, image, and links to the slack 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 slack topic, visit your repo's landing page and select "manage topics."

Learn more