Here's what's popular on GitHub today...
Trending repository
Missing Questions
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]
}
}
-
ArrayListdoes not imp
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.
Popular topic
IPFS
Trending repository
-
Updated
Feb 1, 2022 - TypeScript
Trending repository
-
Updated
Jan 31, 2022 - Python
Upcoming event recommended by GitHub
30 Minutes to Merge: Find bugs in your code with CodeQL
February 16, 2022 • Online
Trending repository
-
Updated
Feb 2, 2022 - Python
Trending repository
-
Updated
Jan 31, 2022 - Python
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
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.
Trending repository
-
Updated
Feb 1, 2022 - Rust
Trending repository
-
Updated
Feb 2, 2022 - Go
Trending repository
-
Updated
Feb 1, 2022 - Python
Trending repository
Trending repository
IceDrive integration
What's the Problem?
No response
Solution/Idea
Intergate the Cloud of IceDrive into Files
Alternatives
X
Priorities
| Capability | Priority |
|---|---|
| Integration for IceDrive Cloud | Must |
Files Version
2.1.2.0
Windows Version
Windows 10 21H1
Comments
No response
Trending repository
Is there a way to correct the blurriness from scaling in Wayland when above 100%?
As an example, one can have "Exec=env MOZ_ENABLE_WAYLAND=1 thunderbird %u" in Thunderbird's desktop file to resolve this.
Trending repository
-
Updated
Feb 1, 2022 - Python
Trending repository
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
`basenc`, `base64` and `base32` have an `ABOUT` that's formatted differently than the other utils.
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
// Trending repository
Trending repository
Checklist
- I'm reporting a broken site
- I've verified that I'm running yt-dlp version 2022.01.21. (update instructions)
- I've checked that all provided URLs are alive and playable in a browser
- I've checked that all URLs and arguments with special characters are [properly quoted or escaped](https://github.com/ytdl-org/you
Trending repository
-
Updated
Feb 1, 2022 - Go
Trending repository
-
Updated
Feb 1, 2022 - Python
Trending repository
-
Updated
Sep 25, 2021 - Jupyter Notebook
Trending repository
-
Updated
Jan 31, 2022
Trending repository
-
Updated
Feb 1, 2022 - Go
Trending repository
-
Updated
Feb 2, 2022 - Python
Trending repository
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#example-3
What part(s) of the article would you like to see updated?
The `{% ifversio
Trending repository
-
Updated
Jan 31, 2022 - Python
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.
Is this related to a problem? Please describe.
On Black's future style doc it talks about
blackhandling awithwith multiple context managers in a few ways (Python-version-dependent).Describe the solution you'd like
Black should suggest to the user (in docum