-
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.
-
Updated
Jun 3, 2020 - Kotlin
-
Updated
Jun 4, 2020 - Python
Capture the Flag
May 06, 2020 - June 12, 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!
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff to see what changed in a notebook
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions
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 4, 2020 - Go
-
Updated
Jun 2, 2020 - C++
Write docs
-
Updated
Jun 4, 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 4, 2020 - Vue
-
Updated
Jun 3, 2020 - Elixir
-
Updated
Jun 4, 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
Cloud 66 Skycap
Skycap is a container-native Continuous Delivery Pipeline. It takes your code from any git repository, and allows you to build your image in a reliable, secure, and repeatable way.
Skycap runs your Docker build workflow step by step for multiple images. It comes complete with an intuitive UI & private Docker repository.
Combine with Maestro for an end-to-end solution.


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