Here's what's popular on GitHub today...
-
Updated
May 25, 2021 - Rust
Almost four thousand games were submitted for the Ludum Dare 48 competition. Here are a few of our favorites plus source code!
Arduino
-
Updated
May 25, 2021 - TypeScript
GitHub Community AMA
May 26, 2021 • Online
-
Updated
May 23, 2021 - Python
Made in India
Open source projects built in or receiving significant contributions from India :india:
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
-
Updated
May 25, 2021 - C#
-
Updated
May 25, 2021
We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.
Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.
This change should be focused on our Travis CI YAML file. Any suggestions for improving the co
-
Updated
May 25, 2021 - JavaScript
-
Updated
May 21, 2021 - Jupyter Notebook
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 25, 2021 - Python
-
Updated
May 21, 2021 - HTML
-
Updated
May 25, 2021 - Python
-
Updated
May 22, 2021 - Python
-
Updated
May 25, 2021 - Python
-
Updated
May 23, 2021 - Vue
-
Updated
May 20, 2021 - JavaScript
-
Updated
May 24, 2021 - Python
-
Updated
Jan 6, 2021
gitpod.io
Gitpod enables you to be always ready-to-code.
It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.
With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.
Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/
The spec.rs that reads the oci-spec specification is a general-purpose code that can be used not only in this project.
Therefore, I would like to extract and provide it as a separate crate from youki in this repository.
Ideally, the youki itself should use the crate.
If anyone is interested in this, I w