-
Updated
Jun 3, 2020 - C++
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Jun 4, 2020 - Python
Play as a fire truck in a web-based, fire mayhem game created for Ludum Dare competition.
Clojure
-
Updated
Jun 3, 2020 - Kotlin
-
Updated
Jun 4, 2020 - Python
Working with GitHub's open data · Learn with GitHub
June 04, 2020 • Online
-
Updated
Jun 1, 2020 - Java
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!
Zube
Zube is an Agile project management platform that allows everyone on your team to communicate with the developers. On Zube, it is easy to create an Agile workflow for your team with a kanban board, epics, and sprints. Zube’s seamless integration with GitHub keeps all of your GitHub Issue data in sync across both platforms in real time.
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
-
Updated
Jun 3, 2020 - Go
-
Updated
Jun 2, 2020 - C++
Write docs
-
Updated
Jun 3, 2020 - Python
I noticed in the documentation on fontawesome.com, that in the 'Using Font Awesome With' section there is no page for the world's second most popular CMS, Drupal.
A community-contributed Drupal module for Font Awesome integration already exists. Do you just need someone to write the docs? I could help with this.
-
Updated
Jun 2, 2020
-
Updated
Jun 3, 2020 - CMake
-
Updated
May 31, 2020
-
Updated
Jun 2, 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
-
Updated
May 23, 2020 - JavaScript
-
Updated
Jun 2, 2020 - Vue
-
Updated
Jun 3, 2020 - Elixir
-
Updated
Jun 3, 2020 - Python
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
CircleCI
Now supporting GitHub Checks!
You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.
Build faster. Test more. Fail less.
Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.
The comments around
from_seed_slicespecify that this is a dangerous method only to be used for testing, however the upper ofPairuses it without that information passed on and the client is using the same functionality to generate the tests keys forAlice,Bob, etc.We should clarify the documentation to clearly stated under which circumstances this features is to be expected to be us