-
Updated
Oct 9, 2020 - JavaScript
slack
Here are 4,566 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Clojure
-
Updated
Sep 24, 2020 - TypeScript
It's useful to know. This request came through support.
-
Updated
Oct 9, 2020 - 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
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Nov 11, 2019 - Python
-
Updated
Oct 8, 2020 - Go
-
Updated
Oct 4, 2020 - Go
Description
If an incoming request has already been parsed (such as by using the body-parser middleware), and there's no rawBody present (which commonly occurs on serverless platforms), then adapter will respond with a 500 status. In these situations, the debug logging should emit information that allows the developer to see the reason. [It currently does not](https://github.com/slack
-
Updated
Jun 21, 2020
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
Problem
Our email notifications currently don't include any information about the sender. We should include the customer/sender email in the message if it's available.
Solution
If the customer sending the message has an email address, display it in the email notification. (Here's where the logic lives: https://github.com/papercups-io/papercups/blob/master/lib/chat_api/messages.ex#L206
Describe the bug
When using SQL line comment (-- comment) at the end of lines and running multiple SQL queries (separated by semicolons) within one statement block, if any one-line query has a line comment after it (on the same line), that command won't be executed (i.e. not submitted to the database at all)
-
Updated
Mar 26, 2020 - Swift
-
Updated
Jul 30, 2019 - CSS
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...
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."
When someone attempts to change the stream color in a mobile device with less than 500px or so , the popover is shifted towards right and eventually overflowing the screen width .
I currently see a couple of ways to resolve this .