Linux

Linux is an open source kernel modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 24,659 public repositories matching this topic...
-
Updated
Jan 26, 2021
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Feb 10, 2021 - C#
-
Updated
Feb 10, 2021 - Swift
-
Updated
Jan 19, 2021 - Go
-
Updated
Feb 5, 2021 - JavaScript
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
-
Updated
Feb 8, 2021 - HTML
-
Updated
Sep 30, 2020 - JavaScript
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
-
Updated
Feb 7, 2021 - Go
-
Updated
Feb 7, 2021
Currently validating checksums requires lots of knowledge on the part of the caller. We should expose optional checksum validation in our existing validation functions e.g. IPv4.IsValid
.
header.UDP and header.TCP don't currently have these functions; we should add them.
-
Updated
Feb 7, 2021 - Dockerfile
pipeline
should immediately fail withERR_STREAM_DESTROYED
when any of the streams have already been destroyed.Readable
might need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check_readableState.errored
and/or_readableState.ended
.Refs: nodejs/node#29227 (comment)