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 BENDYWORM - one of this year’s top entries.
Popular topic
Crystal
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
Feb 1, 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
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.
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
`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 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
Codefresh
Build fast, deploy faster
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
Assemble pipelines in seconds
In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.
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