-
Updated
Apr 19, 2021 - JavaScript
slack
Here are 4,860 public repositories matching this topic...
-
Updated
Apr 19, 2021 - Clojure
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Apr 9, 2021 - 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
Mar 30, 2021 - JavaScript
Problem
Now that we have the APIs set up for canned responses, we should build out a simple UI where our users can create/view/edit/delete them :)
Solution
Set up a UI! Design TBD, but we can probably use Intercom for inspiration:
<img width="1276" alt="Screen Shot 2021-03-17 at 3 18 18 PM" src="https://user-images.githubusercontent.com/5264279/111525682-3e683d00-8734-11eb-8266-027
-
Updated
Apr 18, 2021 - Go
-
Updated
Apr 4, 2021 - Go
-
Updated
Mar 25, 2021 - Python
slack_sdk.models.blocks.block_elements.ConversationFilter is missing the new optional field exclude_external_shared_channels
Reference:
https://api.slack.com/reference/block-kit/composition-objects#filter_conversations
This is a nice-to-have feature but we may want to have this for better developer experience.
As mentioned above, any ts value in message objects needs to be a string.
When you write apps in TypeScript, the TS compiler accepts only string https://github.com/slackapi/node-slack-sdk/blob/%40slack/web-api%406.1.0/packages/web-api/src/methods.ts#L974 but the validation does not work in Jav
Describe the feature
The fine folks at BigQuery have been releasing a lot of solid SQL-standard syntax of late, which means a lucky contributor gets to delete a bunch of code.
The most obvious candidates to me are create schema and drop schema, which no longer need to be python methods—in fact, they no longer need to be `bigquer
-
Updated
Mar 11, 2021
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...
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
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.
-
Updated
Mar 26, 2020 - Swift
-
Updated
Jul 30, 2019 - CSS
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."

On http://localhost:9991/help/stream-permissions, there's a
The code is
templates/zerver/help/stream-permissions.md. I think we basically should just add some spans (as we can with markdown) and use CSS for alignment rather than playing games with whitespace like what I removed