Skip to content

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

black

Trending repository

linkedin-skill-assessments-quizzes

Trending repository

bbandito
bbandito commented Jan 29, 2022

Java Skill Assessment:
Q15:
What is the problem with this code?

class Main {
	public static void main(String[] args) {
		
		List<string> list = new ArrayList<String>(Arrays.asList("a","b","c"));

		for (String value : list) {
			if (value.equals("a")){
				list.remove(value);
			}
		}

		System.out.println(list); //outputs [b,c]
	}
}
  • ArrayList does not imp
Skittering Peaks

Game Off

This year’s Game Off wrapped up with over 500 submissions. Check out the game called Skittering Peaks - one of this year’s top entries.

IPFS logo

Popular topic

IPFS is a peer-to-peer protocol for content-addressed sharing of data via a distributed file system.

Trending repository

Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet

  • Updated Feb 2, 2022
  • Python

App recommended by GitHub

GitKraken Boards

GitKraken Boards will sunset at the end of 2022. Read the full announcement to learn more.

GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.

Files

Trending repository

material-ui

Trending repository

awdyson
awdyson commented Jan 21, 2022

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

LoadingButton properly renders the styles set in MuiButton.styleOverrides, however the console throws an Invalid Prop Type Value error. I'd guess that this is also a

Expected behavior 🤔

I don't think this used to throw an error? Regardless, this

Trending repository

tertsdiepraam
tertsdiepraam commented Feb 1, 2022

For example:

static ABOUT: &str = "
 With no FILE, or when FILE is -, read standard input.

 When decoding, the input may contain newlines in addition to the bytes of
 the formal alphabet. Use --ignore-garbage to attempt to recover
 from any other non-alphabet bytes in the encoded stream.
";

should be:

// Note the backslash here to remove the first newline
//      
yt-dlp

Trending repository

Trending repository

App recommended by GitHub

Percy

Percy gives your team confidence in every visual UI change before it's shipped.

Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.