The Wayback Machine - https://web.archive.org/web/20211024125426/https://github.com/explore
Skip to content

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

Trending repository

Build a game this November!

Game Off

Game Off is our annual month-long game jam where participants create games using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time! Join now!

Ubuntu logo

Popular topic

Ubuntu is a Linux-based operating system.

Trending repository

GitHub Universe 2021

Upcoming event recommended by GitHub

Oct
27

GitHub Universe 2021

October 27, 2021 - October 28, 2021 • Virtual

GitHub Universe 2021 brings you a few ways to engage this year as we explore DevOps, Security, Developer Productivity, and Open Source Communities.

App recommended by GitHub

Snyk

Snyk is on a mission to help developers use open source and stay secure.
Snyk helps find, fix & prevent known vulnerabilities in your Node.js, Java, Ruby, Python and Scala apps. Snyk is free for open source.

Snyk tracks vulnerabilities in over 800,000 open source packages, and helps protect over 25,000 applications.

83% of Snyk users found vulnerabilities in their applications, and new vulnerabilities are disclosed regularly, putting your application at risk.

Trending repository

t-bzhan
t-bzhan commented Sep 10, 2020

We get NullReferenceException when running dotnet new related commands in Ubuntu, the error message is like:

dotnet -d new console
Telemetry is: Enabled
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.DotNet.Cli.Utils.Muxer..ctor()
at Microsoft.DotNet.Tools.New.NewCommandShim.CreateHost()
at Microsoft.DotNet.Tools.New.

Trending repository

Trending repository

secretshardul
secretshardul commented Oct 22, 2021

Problem

Programs deployed with solana deploy use the old loader are not upgradable. The docs recommend using solana program deploy for upgradability but this command is not as intuitive. solana deploy shows up first when solana --help is run.

Proposed Solution

Rename solana deploy to solana deploy-deprecated

gitpod.io screenshot

App recommended by GitHub

gitpod.io

Gitpod is an open-source developer platform automating the provisioning of ready-to-code developer environments..

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/