DealsBeam

Results 39 issues of DealsBeam

The `case_insensitive_file_search` function in `legendary/lfs/wine_helpers.py` did not correctly handle cases where the parent directory of the provided path does not exist. This could lead to the function returning an invalid...

The file exclusion logic in the BuildWorkingFilesList method was flawed. The condition incorrectly included files for compression if their full path was present in the exclusion list, which is intended...

When a player dual-wields a sword and a mace, the damage calculation against certain monster types is incorrect. The code that determines the weapon type for applying damage modifiers gives...

The `_check_plugdev_group` function was incorrectly checking for 'plugdev' group membership. It was only checking the supplementary groups, and not the primary group. This could lead to legitimate users being denied...

The `llm-cli` script did not exit after displaying the help message when run with the `-h` or `--help` flags. This caused the script to continue execution and display an "Invalid...

Removes the asynchronous `EffectivePowerMode` API and related functions, which were causing a deadlock. The synchronous `EffectivePowerMode2` is now the only available method for retrieving the effective power mode. The test...

needs-triage

This pull request fixes a bug where the --hotkey command-line argument was incorrectly disabled when the --no_csv flag was used. This prevented users from using hotkeys to control recording unless...

This commit introduces a new Windows batch script, `build.bat`, to fully automate the build process described in `BUILDING.md`. The script handles: - Cloning and bootstrapping vcpkg - Installing required vcpkg...