Copilot
Copilot
Fix FPS drops from excessive iterator work in forced job expansion and add immediate expansion mode
## Fix for FPS Drops During Achtung Forced Jobs ### Problem Summary Users experienced significant FPS drops when using Achtung forced (⚡) jobs, particularly during harvesting or hauling operations. ###...
- [x] Analyze current Rails application structure (Rails 7.1.0, Ruby 3.4.4 required) - [x] Identify current design using basic CSS styling in users.scss - [x] Update Ruby version to match...
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
## Code Review of GEXF 1.3.1 Legend and Scale Features ### Issues Fixed: - [x] **Inconsistency in thicknesses-scale-content**: Updated `thicknesses` scale to use the new `transform` element with math functions...
The 7.x branch changed type checks from `DateTime` to `DateTimeImmutable`, breaking compatibility with mutable datetime objects. This restores the original flexibility by using `DateTimeInterface`. ## Changes **Type checks updated:** -...
When .NET is installed via Homebrew on macOS, uno-check's install script installs missing SDKs to `~/.dotnet`, but subsequent checks fail because Homebrew's `dotnet --list-sdks` only sees Homebrew-managed SDKs. ## Changes...
- [x] Add interactive IDE selection prompt (multi-select: vscode, rider, vs, other/none) when no CLI flags specified - [x] Add interactive target platform selection prompt (iOS, Android, Wasm, Desktop, Windows...
Addressed feedback on #490 regarding the `execv` P/Invoke signature. After review, the current implementation is correct: - **argv convention**: Array `["/bin/sh", tempScript, null!]` properly follows `execv` semantics—first element is program...
GitHub Issue (If applicable): closes # ## PR Type - Documentation content changes ## What is the current behavior? Documentation incorrectly states that `WebAuthenticationProvider` uses a "web view" control, implying...