Linux

Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 23,079 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
Oct 11, 2020
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Nov 13, 2020 - C#
-
Updated
Nov 11, 2020 - Swift
-
Updated
Nov 9, 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
Nov 9, 2020 - JavaScript
-
Updated
Nov 4, 2020 - 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
Nov 12, 2020 - C
-
Updated
Jan 21, 2020
Per the example in https://godoc.org/github.com/google/go-cmp/cmp#Diff the form should be:
if diff := cmp.Diff(want, got); diff != "" {
t.Errorf("MakeGatewayInfo() mismatch (-want +got):\n%s", diff)
}
however, NUD tests (and possibly others) are littered with the reverse, e.g.:
https://github.com/google/gvisor/blob/8fa18e8ecb3e3da2015e5c73db9e46494dcfeff7/pkg/tcpip/stack/neighbo
-
Updated
Oct 30, 2020 - Dockerfile
In
AbortController/AbortSignal
it is possible to construct anAbortSignal
without a controller (but shouldn't be):Correct behavior:
This should be a relatively simple fix b