Here's what's popular on GitHub today...
Trending repository
-
Updated
Jun 1, 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
LaTeX
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
App recommended by GitHub
Imgbot
Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.
Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.
Imgbot uses lossless compression by default.
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
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler, all JS projects using npm or Yarn, all Elixir projects using Hex and all PHP projects using Composer. Lock files are handled automatically.


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.