-
Updated
Apr 13, 2021 - JavaScript
slack
Here are 4,851 public repositories matching this topic...
-
Updated
Apr 14, 2021 - Clojure
InputSelect uses a white background for options in dark mode.
To Reproduce
Steps to reproduce the behaviour( in dark mode):
- Open the modal for creating a collection
- Click on the default access dropdown
- Options have a white background
Expected behaviour
InputSelect to use theme background as their background.
Screenshots

[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
-
Updated
Mar 30, 2021 - JavaScript
Problem
As we've gotten more and more customers in our DB, the customer overview page has gotten slower since we don't paginate the results on the server.
We already have the backend logic to be able to use pagination, but we still need to update the GET /api/customers endpoint to actually use it.
Solution
- Update the
CustomerController#indexroute atGET /api/customersto a
-
Updated
Apr 14, 2021 - Go
-
Updated
Apr 4, 2021 - Go
-
Updated
Mar 25, 2021 - Python
-
Updated
Apr 14, 2021 - Python
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