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 godot_platformer.exe - one of this year’s top entries.
Popular topic
Windows
Trending repository
-
Updated
Feb 1, 2022 - TypeScript
Trending repository
-
Updated
Jan 31, 2022 - Python
Upcoming event recommended by GitHub
GitHub Africa: Community powered Open Source
February 23, 2022 • Online
Trending repository
-
Updated
Feb 2, 2022 - Python
Trending repository
-
Updated
Jan 31, 2022 - Python
Collection recommended by GitHub
App recommended by GitHub
GitProtect.io Backup
GitProtect.io is a part of Xopero Software the #1 DevOps backup vendor trusted by ESET, T-Mobile, Orange, and more. With 170k+ daily backups, we have gained experience in data protection.
Professional automatic backup - no maintenance needed, best security:
- Repo & metadata daily backups
- Fast recovery of all data: DR & granular restore
- Any storage compatibility: AWS or S3 Compliant cloud
- SOC 2 Compliance in process, user-side AES encryption, and audit logs
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
AppVeyor
Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!
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