Error: Your lesson attempt has expired. Click 'New attempt' to start fresh.
Output:
Lesson:
Your lesson attempt has expired. Click 'New attempt' to start fresh.
while connected trying to submit answer returns:
Error: Your lesson attempt has expired. Click 'New attempt' to start fresh.
Output:
Lesson:
Your lesson attempt has expired. Click 'New attempt' to start fresh.
canRun computed signal required SignalR even for local WASM execution (same fix as #1)
CodeExecutionWorkerService.cs was counting Kind == "hint" rows as test failures. Fixed to filter out hint rows before checking All(t => t.Passed).
**Resolved** -- Two root causes fixed:
1. `canRun` computed signal required SignalR even for local WASM execution (same fix as #1)
2. `CodeExecutionWorkerService.cs` was counting `Kind == "hint"` rows as test failures. Fixed to filter out hint rows before checking `All(t => t.Passed)`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
while connected trying to submit answer returns:
Error: Your lesson attempt has expired. Click 'New attempt' to start fresh.
Output:
Lesson:
Your lesson attempt has expired. Click 'New attempt' to start fresh.
Resolved -- Two root causes fixed:
canRuncomputed signal required SignalR even for local WASM execution (same fix as #1)CodeExecutionWorkerService.cswas countingKind == "hint"rows as test failures. Fixed to filter out hint rows before checkingAll(t => t.Passed).