Skip to content
#

Windows

windows logo

Windows is Microsoft's GUI-based operating system. It is known for its graphical display and is designed to be user-friendly.

Here are 12,169 public repositories matching this topic...

jasnell
jasnell commented Sep 18, 2020

@addaleax @nodejs/workers ... The following segfaults on master and 14.x ...

I'll be investigating shortly...

'use strict';

const { createSecretKey } = require('crypto');

const { Worker, isMainThread, workerData } = require('worker_threads');

if (isMainThread) {
  const key = createSecretKey(Buffer.from('hello'));
  new Worker(__filename, { workerData: key });
} else {
  
jkazma-logisk
jkazma-logisk commented Jul 3, 2020

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

Created by Microsoft Corporation

Released November 20, 1985

Organization
Microsoft
Website
www.microsoft.com/en-us/windows
Wikipedia
Wikipedia
You can’t perform that action at this time.