lilezek

Results 10 issues of lilezek

I'm using latest release of planck.js With this code: ```js let latestTimestamp = 0; function tick(timestamp) { latestTimestamp = latestTimestamp || timestamp; const delta = (timestamp - latestTimestamp); latestTimestamp =...

With the current speed the camera rotates with the right joystick is almost impossible to play seated, or standing without turning your own body all the time. Is it possible...

**Describe the bug** Going from FirstPerson to FirstPerson with VR drops the framerate by a lot (from 160fps when I take off the headset to below 50fps). **Upload logs and...

https://github.com/ServUO/ServUO/pull/3444 Setting the files array to empty breaks the cache in unix.

Changing this line from 7.3 to latest works in Ubuntu with mono 6.12 https://github.com/ServUO/ServUO/blob/c11047d380248e014a63c54648171cc2890423cf/Server/ScriptCompiler.cs#L71 But trying to compile with 7.3 basically fails. How do you get to compile this in...

I have the following code: ```js const elements = htmlOrXml.map(s => parse(s.trim())); console.log(elements[5].structure, `'${htmlOrXml[5]}'`); ``` Outputing this: ``` null button#button.style-scope.yt-icon-button yt-icon#guide-icon.style-scope.ytd-masthead yt-icon-shape.style-scope.yt-icon icon-shape.yt-spec-icon-shape div svg path ' ' ``` Is...

- Changes the name of http downloader to real debrid, given that the class **only** supports real debrid and no other http source. - Fixes the notification triggering before the...