-
Updated
Mar 26, 2021 - Ruby
Here's what's popular on GitHub today...
Join the GitHub community for an AMA with Staff Manager, Software Engineering and co-founder of Dependabot Harry Marr.
-
Updated
Mar 24, 2021 - JavaScript
-
Updated
Mar 24, 2021 - SCSS
GitHub Satellite India 2021
March 26, 2021 - March 27, 2021 • Virtual
-
Updated
Mar 26, 2021 - JavaScript
Made in India
Open source projects built in or receiving significant contributions from India :india:
Mergify
Mergify is a pull requests automation service. It allows you to trigger actions when your pull requests match defined criteria.
In a few lines of YAML, you could write a rule that automatically merges a pull request if:
- it has been approved
- the test suite passes
We have plenty of examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
-
Updated
Mar 26, 2021 - Ruby
-
Updated
Mar 26, 2021 - TypeScript
-
Updated
Mar 26, 2021 - TypeScript
-
Updated
Mar 24, 2021
-
Updated
Mar 23, 2021 - JavaScript
-
Updated
Mar 26, 2021 - HTML
-
Updated
Mar 22, 2021 - Python
We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.
Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.
This change should be focused on our Travis CI YAML file. Any suggestions for improving the co
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Mar 20, 2021 - Python
-
Updated
Mar 25, 2021 - HTML
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Mar 25, 2021 - Python
When defining custom classes tooltip or arrow on a Tooltip component used on a Textfield, the console shows warnings like:
The key tooltip provided to the classes prop is not implemented in ForwardRef(TextField). You can only override one of the following: root.
-
Updated
Mar 26, 2021 - Python
-
Updated
Mar 22, 2021 - Java
-
Updated
Mar 23, 2021 - Shell
Review Notebook App
Have trouble collaborating on Jupyter Notebooks? Join 500+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews & collaboration.
Complete review workflow for Notebooks,
- Visual diffs for easy version control (say NO to annoying JSON diffs)
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions
I have a Sidekiq customer complaining of a lot of "stuck" threads. He sends a lot of email so I suspected misbehaving SMTP servers.
The
mailgem has support for timeouts here but they default tonil:https://github.com/mikel/mail/blob/7b3e100f42f2d7738c3af7bf1909777568270b67/lib/mail/network/delivery_methods/smtp.rb#L91
Rails does not appear to set them by default:
https://github.c