Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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

What the Firetruck
Game Bytes

Play as a fire truck in a web-based, fire mayhem game created for Ludum Dare competition.

Sass logo
Popular topic
Sass is a stable extension to classic CSS.
Working with GitHub's open data · Learn with GitHub
Upcoming event recommended by GitHub
Jun
4

Working with GitHub's open data · Learn with GitHub

June 04, 2020 • Online

GitHub is home to some fascinating open data sets. In this session, we’ll explore a collection of these data sets and how you can use them to enhance your applications. Join on twitch.tv/github on June 4th at 13:00 PT.
Trending repository
gnunicorn
gnunicorn commented Apr 23, 2020

The comments around from_seed_slice specify that this is a dangerous method only to be used for testing, however the upper of Pair uses it without that information passed on and the client is using the same functionality to generate the tests keys for Alice, Bob, etc.

We should clarify the documentation to clearly stated under which circumstances this features is to be expected to be us

App recommended by GitHub

AccessLint

AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.

Trending repository
goldbergyoni
goldbergyoni commented Jan 26, 2020

Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.

You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.

At first, we want to collect ideas for best practices, solidify a list

Trending repository
swr
Trending repository
ahmedelgabri
ahmedelgabri commented Jan 13, 2020

A bit of context, we introduced swr two weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)

We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp

Trending repository
rpkilby
rpkilby commented Jun 19, 2019

Jumping to a subsection via the sidenav will sometimes cause the page header to overlap the anchor point. When navigation is working correctly, there's a perceptible flicker/jump, so I'm guessing javascript is being used to calculate the offsets. Looking at mkdocs's docs, this isn't an issue. I'm wondering if this is something that will be fixed by upgrading mkdocs (#6623), or if it's a theme issu

App recommended by GitHub

Mergify

Mergify is a pull requests automation service. It allows you to define actions to trigger when pull requests match defined criteria.

For example, in a few lines of YAML, you can write a rule that automatically merges a pull request if:

  • it has been approved
  • the test suite passes

We have plenty of examples.

Mergify will execute actions for you, freeing you from the burden of managing pull requests!

You can’t perform that action at this time.