The Wayback Machine - https://web.archive.org/web/20220604051304/https://github.com/explore
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.

Mongoose logo

Popular topic

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.
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

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

Trending repository

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 3, 2022
  • Shell

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

Trending repository

gutenberg

Trending repository

anomiex
anomiex commented May 25, 2022

The package @wordpress/viewport attempts to use @wordpress/element from build/with-viewport-match.js and build-module/with-viewport-match.js, but does not declare a dependency or peer dependency on that package.

This happens to work with npm's hoisting due to other dependencies pulling that package in, but will fail with yarn's p'n'p or pnpm with hoisting disabled.

Reproduction

[Type] Bug Good First Issue [Status] In Progress [Package] Viewport
black

Trending repository

ichard26
ichard26 commented Apr 14, 2022

Perhaps we should document this issue in the FAQ? Using pre-commit with Black is pretty common (and it's not always instantly clear it passes all of the files to the hook directly bypassing any file discovery the hook may implement). I'd suggest pre-commit's exclude configurations first, and then black's force-exclude.

_Originally posted by @ichard26 in psf/black#3013

good first issue T: documentation C: integrations C: file collection

App recommended by GitHub

GitClear

GitClear helps every member of an engineering team understand their team's code and velocity with the clarity of a seasoned Technical Manager.

We offer more than 20 reports to ensure high-quality code is delivered to customers at industry-leading speed:

  1. DORA stats (rate of deploy/defects, time to fix defects, Cycle Time) vs industry norms
  2. How healthy are the team's PR collaboration practices?
  3. What tickets are underway? How long until they're done?
  4. Who's paying down tech debt?