Skip to content
#

slack

Here are 4,740 public repositories matching this topic...

timabbott
timabbott commented Dec 17, 2020

We should display a notice on whether the user's email address will be public to other members of the organization (according to the "Email address visibility" setting) on the account registration page. I'm not sure what the best visuals are for this; options include:

  • A ? icon with a popover explaining this detail next to the "Email" field
  • A line of text below the "Email" field.

Text c

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

seratch
seratch commented Jan 22, 2021

As mentioned at slackapi/bolt-python#219 (comment), there is no way to pass a custom logging.Logger instance to WebClient etc. This is not a specific need for the Bolt issue. We can add logger: Optional[Logger] = None to these classes' constructor to enable developers to use their own loggers. We can update the following classes for this enhancement.

aoberoi
aoberoi commented Dec 7, 2020

Description

It's a best practice to always provide a text argument when posting a message, even though the platform doesn't technically require it when blocks are provided. The text argument is used in places where blocks cannot be rendered such as: system push notifications, assistive technology such as screen readers, etc.

In order to help apps adhere to this best practice and

papercups
dbt
jtcohen6
jtcohen6 commented Jan 19, 2021

Describe the feature

Picking up from #2928, which added support for two new configs in dbt-bigquery: require_partition_filter and partition_expiration_days.

Let's ensure that require_partition_filter works with all the permutations of incremental models on BigQuery. Anyone is welcome to pick this up as a contribution for v0.20.0!

The merge strategy

We need the merge con

ferdi
Heidistein
Heidistein commented Apr 17, 2020

I try to switch from RamBox to Ferdi. However I have several services with the same icon (slack, nextcloud). It would be a great help if I just cloud add a small textual label next to, under, over the icon. Don't care where.

Sorry that this is not a pull request, my JS/css knowledge is insufficient. I tried copying the tooltip to a div. Didn't get the correct tooltip and a misplaced div...

buzztaiki
buzztaiki commented Dec 26, 2020

Description

When receiving a bot writing message using the User OAuth Token, the res.message.user has room property only.
I expect it is user object. Until hubot-slack 4.5.5, it is user object in this situation.

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testin
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.

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