Here's what's popular on GitHub today...
Trending repository
-
Updated
Jun 1, 2022 - C++
Game Bytes
The recently-ended Gamedev.js Jam 2022 encouraged game developers to create web games and share their sources on GitHub. GitHub Star
Popular topic
Trending repository
-
Updated
May 31, 2022
Trending repository
-
Updated
May 31, 2022 - Python
Upcoming event recommended by GitHub
End-to-end DevOps with GitHub
June 20, 2022 - June 24, 2022 • Melbourne, Australia
Trending repository
-
Updated
Jun 1, 2022
Trending repository
-
Updated
May 30, 2022
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Cloudback Backup
Cloudback secures your GitHub repositories with recurrent data backups.
- Backup repository and metadata
- Various storage providers: AWS, OneDrive, Azure, Google Cloud, and more
- Restore repository with metadata
- Data deduplication
- Easy backup downloads
Trending repository
-
Updated
Jun 1, 2022 - JavaScript
Trending repository
-
Updated
Jun 1, 2022 - Smarty
Trending repository
-
Updated
Jun 1, 2022 - C++
Trending repository
-
Updated
Jun 1, 2022 - Python
Trending repository
-
Updated
Jun 2, 2022 - JavaScript
Trending repository
-
Updated
May 31, 2022 - C++
Trending repository
-
Updated
May 30, 2022 - C
Trending repository
Trending repository
Describe the enhancement
All repos have .gitignore files, make sure they all have .env and .encryptedKey.json in them. As well as node_modules
Trending repository
-
Updated
Jun 2, 2022 - Python
Trending repository
-
Updated
May 25, 2022
Trending repository
-
Updated
Jun 1, 2022 - Shell
Trending repository
-
Updated
May 18, 2022 - Java
Trending repository
-
Updated
May 31, 2022 - JavaScript
Trending repository
This would solve...
When trying to create a Undici adapter for Polly.JS I tried to use the mocking capabilities from Undici to record network requests and replay them later using stored HAR files. However, the MockInterceptor.reply method doesn't support asynchronous callbacks. So receiving the request, loading a file from the filesystem (asynchronou
Trending repository
Trending repository
-
Updated
May 30, 2022 - Shell
Trending repository
Check cookiecutter/cookiecutter#1201 (comment).
Currently it isn't clear from the documentation what exactly cookiecutter's behaviour is in case the --no-input flag is provided.
We should add the information about template's cache refresh and check if there's something else missing (by looking at what happens when no_input is True in the source co
Trending repository
App recommended by GitHub
Mergify
Mergify is a pull request automation service, triggering actions when a pull request matches defined criteria.
For example, in a few lines of YAML, you can write a rule that automatically merges a pull request if:
- [x] it has been approved
- [x] the test suite passes
Take a look at our examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
I've faced a problem that importing
dowhy.plotterlead to incorrect visual settings for all future rendered plots.It would be great to avoid overriding default matplotlib settings:
https://github.com/microsoft/dowhy/blob/master/dowhy/plotter.py#L7-L13
A possible solution is to encapsulate these settings into
dowhy.plotterfunctions instead of overriding global variables.