Skip to content
#

slack

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

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
kezabelle
kezabelle commented May 11, 2022

Kinda terrible title, dunno how to be super succinct with it. Apologies.

In PyCharm, given the file:

class MyBlock(InputBlock):
    pass

Letting it auto-generate the import (OSX keyboard combo Option + Enter when over the invalid token InputBlock) will turn the file into:

from slack_sdk.models.blocks import InputBlock


class MyBlock(InputBlock):
    pass

If I t

enhancement web-client Version: 3x 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
danilvoe
danilvoe commented Feb 6, 2022

Describe the bug

Today I received a notification about an expired certificate and complaints about a non-working site, I was very surprised.

I looked at the configuration documentation and noticed that the examples are indicated in hours, and I indicated in days.

Gatus interpreted 15d as 15 minutes?

What do you see?

![1644145780623](https://user-images.githubusercontent.com/151007

bug documentation good first issue
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
barlock
barlock commented Jan 19, 2022

Description

When building a bolt app with ncc (which uses webpack) pleaseUpgradeNode in the index breaks as it can't find your package.json. I have a monorepo and it picked up my root package.json (which didn't have engines in it).

Error:

/dist/webpack:/node_modules/please-upgrade
enhancement discussion good first issue
hydrosquall
hydrosquall commented Aug 2, 2021

Is your feature request related to a problem? Please describe.

  • Reduce the effort to add auto to existing projects

Describe the solution you'd like

  • A preset that stays up to date with the latest auto features
mrm auto
  • Document gotchas (e.g. you may have issues with an auto TS config file if your TS settings are different, make sure you have a published
enhancement help wanted good first issue

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