Scott Walters
Scott Walters
If you set up a `filters.yaml` file and and use it with `list-files: shell` ```yml changes: runs-on: ubuntu-latest outputs: packages: ${{ steps.filter.outputs.changes }} steps: - uses: actions/checkout@v2 - uses: dorny/paths-filter@v2...
Steps to reproduce: - Launch RTCV and pcsx2 (`.\Development\Run.ps1 RTCV,pcsx2`) - Go to Advanced Memory Tools > Extra Tools Form > Open Hex Editor ``` Exception has been thrown by...
https://github.com/redscientistlabs/RTCV/blob/506/Source/Libraries/CorruptCore/Stockpile/StockpileManagerUISide.cs#L34 ``` public static volatile List StashHistory = new List(); ``` The field is currently marked as [`volatile`](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/volatile) to indicate that the value may change on multiple threads. However, `StashHistory`...
Suppressing this warning should be covered by the `.editorconfig` configuration I added. Unfortunately, the `.editorconfig` configuration is broken. So, we need to manually suppress each instance until that bug is...
(From discord) A plugin where you can select multiple engines or settings and perform a single blast. This blast would generate a single blast layer containing the sum of all...
See https://docs.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors
Right now, the blasting algorithm is stored as an Enum/string. This is used to gate which algorithm is used in `GenerateBlastLayer`. This change instead stores the blasting algorithm as a...
**Version and OS** 0.40.0.4 **Is your feature request related to a problem? Please describe.** When I was using changedetection.io, my system theme was Dark, but the website defaulted to its...
#### Description Before, any `autoupdate` `url` had to take the form of a well-formed URI. However, this would throw an error for otherwise-functional urls using variables from `checkver` that didn't...
Similar to most of the other library sources, it would be nice to be able to connect to my Oculus account and import games that aren't installed locally. I don't...