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
All Things Open 2022
October 30, 2022 - November 02, 2022 • Raleigh, NC
Trending repository
-
Updated
Jun 1, 2022
Trending repository
-
Updated
May 30, 2022
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
Codecov | Code Coverage
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
- Uploads coverage reports from your CI
- Merges all builds and languages into one beautiful, coherent report.
- Displays coverage data in GitHub Files tab
Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.
Do you have less than 5 users in your organization? You can sign up for free on codecov.io.
Trending repository
-
Updated
Jun 1, 2022 - JavaScript
Trending repository
-
Updated
Jun 1, 2022 - Smarty
Trending repository
-
Updated
Jun 1, 2022 - C++
Trending repository
-
Updated
May 31, 2022 - Python
Trending repository
-
Updated
May 31, 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 1, 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
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
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.