Skip to content

Here's what's popular on GitHub today...

Top games + source code from Gamedev.js Jam 2022

Game Bytes

The recently-ended Gamedev.js Jam 2022 encouraged game developers to create web games and share their sources on GitHub. GitHub Star ⭐️ @end3r shares the best 13 entries and sees what experts and other participants think of them.

Storybook logo

Popular topic

Storybook is a UI development environment for your UI components.
End-to-end DevOps with GitHub

Upcoming event recommended by GitHub

Jun
20

End-to-end DevOps with GitHub

June 20, 2022 - June 24, 2022 • Melbourne, Australia

GitHub is more than just a place to keep your code. GitHub offers features that cover your whole DevOps lifecycle from idea all the way into production

Trending repository

30 Days of React challenge is a step by step guide to learn React in 30 days. It requires HTML, CSS, and JavaScript knowledge. You should be comfortable with JavaScript before you start to React. If you are not comfortable with JavaScript check out 30DaysOfJavaScript. This is a continuation of 30 Days Of JS. This challenge may take more than 100 days, follow your own pace.

  • Updated Jun 2, 2022
  • JavaScript

Trending repository

dbalabka
dbalabka commented Apr 14, 2022

I've faced a problem that importing dowhy.plotter lead 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.plotter functions instead of overriding global variables.

good first issue
prowler

Trending repository

Prowler is an Open Source security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 240 controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks.

  • Updated Jun 1, 2022
  • Shell

Trending repository

LuudJanssen
LuudJanssen commented Apr 19, 2022

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

enhancement good first issue
cookiecutter

Trending repository

glumia
glumia commented May 1, 2021

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

documentation good first issue

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. 🦾