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 Doorframe OZ - one of this year’s top entries.
Popular topic
Java
Trending repository
-
Updated
Feb 1, 2022 - TypeScript
Trending repository
-
Updated
Jan 31, 2022 - Python
Upcoming event recommended by GitHub
Open-Source Software, его поддержка, устойчивость и GitHub
February 22, 2022 • Online
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
-
Updated
Jan 31, 2022 - Python
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
Semgrep
Semgrep is a fast, open-source, static analysis tool for modern languages. With 1,000+ existing rules and simple-to-create custom ones, it finds the bugs that matter.
- Open source, works on 17+ languages
- Scan with 1,000+ community rules
- Write rules that look like your code
- Quickly get results in the terminal, editor, or CI/CD
- Flag issues moving forward, get results in pull requests, Slack, + more
Trending repository
-
Updated
Feb 1, 2022 - Rust
Trending repository
-
Updated
Jan 24, 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
GNU dd
$ printf '' | dd status=none status=noxfer
0+0 records in
0+0 records out
uutils dd
$ printf '' | ./target/debug/dd status=none status=noxfer
error: The argument '--status=<LEVEL>' was provided more than once, but cannot be used multiple times
USAGE:
dd [OPTIONS]
For more information try --help
This issue appears in a test case in the GNU test suite
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 1, 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
Google Cloud Build
Google Cloud Build
Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.
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