Linux

Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 22,057 public repositories matching this topic...
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
-
Updated
Sep 8, 2020
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Sep 16, 2020 - C#
-
Updated
Sep 13, 2020 - Swift
-
Updated
Sep 16, 2020 - Go
Similar to #1196
Issue details
If a game is paused for a long time, after resuming, Gdx.graphics.getDeltaTime() will give the delta of the entire pause duration. This causes freeze/stutter on resume as the game tries to process possibly hours worth of delta. This was fixed for the android version but not for iOS which makes it inconsistent across backends.
Version of LibGDX an
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Mar 19, 2019 - JavaScript
-
Updated
Sep 16, 2020 - HTML
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
Jan 21, 2020
Description
runsc install
is able to edit /etc/docker/daemon.json
to enable Docker to replace runc with runsc.
Would be great if podman supports this feature.
Is this feature related to a specific bug?
No. By the way, does gVisor depend on Docker just for the reason that Docker uses runsc as its runtime?
Do you have a specific solution in mind?
To replace the runtim
-
Updated
Sep 14, 2020 - Dockerfile
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an Enum
, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.
The recommended appro
Missing a
validateInteger
check