Linux
Linux is an open source kernel modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 24,330 public repositories matching this topic...
-
Updated
Jan 22, 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
Jan 23, 2021 - C#
-
Updated
Jan 19, 2021 - Swift
-
Updated
Jan 19, 2021 - Go
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
Jan 3, 2021 - JavaScript
-
Updated
Jan 20, 2021 - HTML
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Jan 10, 2021 - Go
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
Dec 26, 2020
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
Jan 4, 2021 - Dockerfile
pipelineshould immediately fail withERR_STREAM_DESTROYEDwhen any of the streams have already been destroyed.Readablemight need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check_readableState.erroredand/or_readableState.ended.Refs: nodejs/node#29227 (comment)