Spaces:
Sleeping
Sleeping
databoysu
I am getting frustrated, i cannot proceed until i fix this goddamn obscure schema check
92da498 | spec_version: 1 | |
| name: tracefix_rl | |
| type: space | |
| runtime: fastapi | |
| app: server.app:app | |
| port: 7860 | |
| tasks: | |
| - id: task1_easy | |
| name: valid_parentheses_wrong_mapping | |
| description: "Debug the is_valid function so it passes all tests." | |
| difficulty: easy | |
| grader: task1_easy:grade | |
| - id: task2_medium | |
| name: binary_search_off_by_one | |
| description: "Debug the binary_search function so it passes all tests." | |
| difficulty: medium | |
| grader: task2_medium:grade | |
| - id: task3_hard | |
| name: reverse_string_returns_original | |
| description: "Debug the reverse_string function so it passes all tests." | |
| difficulty: hard | |
| grader: task3_hard:grade | |