Here's what's popular on GitHub today...
Trending repository
-
Updated
Jun 2, 2022 - C++
The Download
On The Download with Christina Warren this week: News from PyCon 2022 and Google IO. A great new markdown authoring framework. And the ultimate eighties toy for ageing millennials.
Popular topic
Firebase
Trending repository
-
Updated
May 31, 2022
Trending repository
-
Updated
May 31, 2022 - Python
Upcoming event recommended by GitHub
Linux Foundation's Open Source Summit
June 21, 2022 - June 24, 2022 • Austin, TX
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
Issue-Label Bot
Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).
Instructions on how to alias the labels can be viewed on the app's website.
This app only works on public repositories.
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
Jun 2, 2022
Trending repository
-
Updated
Jun 2, 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
CodeScene
CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.
- Prioritize development hotspots based on Code Health measure.
- Integrates with GitHub checks to supervise hotspots in pull requests.
- Utilize socio-technical analyses to measure off-boarding risks, detect team coordination bottlenecks, etc.


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.