Results 63 comments of eXhumer

Looks like that commit didn't completely replace all user facing strings with translation keys.

Thanks for the reply. I tested it with `force_dx11=0` and it looks like it fixed the problem. I am seeing similar FPS/GPU utilization numbers that I saw in windowed mode...

Have you tried with the patch disabled? I have no issues with this cutscene during my playthrough.

> You may also be able to use `https://livetiming.formula1.com/static/2022/Index.json` instead of relying on "guessing" the path etc., and there's also `/Index.json` endpoints for all seasons (`/static/Index.json`) and for each session...

Also, note that pre-season testing session information is not present in Index.json, path for those still need to be "guessed".

> `frame: false` is a prerequisite for triggering this bug. > > Electron never sees the WM_CONTEXTMENU message because hwnd_message_handler.cc uses its own custom event handling for WM_RBUTTONUP [here](https://source.chromium.org/chromium/chromium/src/+/master:ui/views/win/hwnd_message_handler.cc;l=3038;drc=db9ae7941adc1d95c943accce9e0151d265fd640). The...

Hello. I came across this as well when I had to install TabMaster's new update and did a bit more digging through the code to figure out the problem, it...

This ultimately boils down to what "name" is assigned when requesting to install the plugin. When using the plugin storefront or reinstalling it, the plugin name is provided directly from...

I came across a deprecation warning `(node:88445) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead` while...