-
Updated
Nov 14, 2020 - JavaScript
slack
Here are 4,644 public repositories matching this topic...
-
Updated
Nov 14, 2020 - Clojure
-
Updated
Sep 24, 2020 - TypeScript
It's useful to know. This request came through support.
-
Updated
Nov 13, 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 22, 2020 - JavaScript
-
Updated
Nov 11, 2019 - Python
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 14, 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
This query could be made more efficient. We currently fetch all conversations ordered by :inserted_at, while in the UI we display them based on how recently a message was sent within it (i.e. message.sent_at).
Solution
Optimize this query to order the results by the most recently sent message associated with the conversation.
It might also be helpful to write a query to
Describe the bug
dbt ls returns an exit code of 1 when no models are selected.
Steps To Reproduce
Run dbt ls with a model selector which returns no models, e.g. my_model,config.materialized:incremental where my_model is not incremental.
Expected behavior
I'd expect a warning message, and an exit code of 0. --warn-error could be used to opt back in to the current
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...
-
Updated
Mar 26, 2020 - Swift
-
Updated
Jul 30, 2019 - CSS
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.
Add this topic to your repo
To associate your repository with the slack topic, visit your repo's landing page and select "manage topics."
The default
MAX_FILE_UPLOAD_SIZEsize is 25 megabytes -- and while we mention not setting it above 80, we don't clarify that [the cap of 25 is also currently enforced at the nginx level](https://github.com/zulip/zulip/blob/8499b2c0dc527426bb327a0753642222a4db2527/puppet/zu