Skip to content
#

slack

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

alya
alya commented Oct 20, 2021

Expanding the compose box (by clicking ^ in the upper right of the compose box) is a relatively new feature, and needs to be documented.

We should add a documentation page titled "Resize the compose box", indexed just below "Open the compose box". It should provide instructions (in separate sections) for how to:

  1. Expand the compose box
  2. Collapse the compose box
  3. Stretch the compose b
lemker
lemker commented Sep 15, 2021

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:

  1. Add Emoji to the start of a document title
  2. Enable alphabetical sort on collection
  3. Observe incorrect do
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

papercups
dbt-core
JCZuurmond
JCZuurmond commented Oct 20, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

There is a custom macro which overwrites a dbt-spark macro (spark__get_merge_sql). The custom macro is not used in preference of the default macro.

Expected Behavior

The custom macro is used in preference of the default macro

Steps To Reproduce

  1. With dbt version 0.21.0 and
ferdi
seratch
seratch commented Aug 6, 2021

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

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

tylerauerbeck
tylerauerbeck commented May 2, 2018

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.

gatus
tiwood
tiwood commented Oct 18, 2021

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:

``

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