Skip to content

fix: Pyodide Web Worker blob URL leak & parallel run clobber #702

fix: Pyodide Web Worker blob URL leak & parallel run clobber

fix: Pyodide Web Worker blob URL leak & parallel run clobber #702

Triggered via pull request June 17, 2026 07:53
Status Success
Total duration 51s
Artifacts

ci.yml

on: pull_request
Lint Check
25s
Lint Check
Unit Tests
22s
Unit Tests
Build Application
19s
Build Application
Mark Ready to Merge
5s
Mark Ready to Merge
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint Check: src/routes/AppRoutes.jsx#L8
'Sparkles' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/routes/AppRoutes.jsx#L8
'Shield' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/routes/AppRoutes.jsx#L8
'BookOpen' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/Matchmaker.jsx#L163
React Hook useCallback has an unnecessary dependency: 'user'. Either exclude it or remove the dependency array
Lint Check: src/pages/Home.jsx#L20
'Target' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/Home.jsx#L19
'Zap' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/Home.jsx#L17
'Award' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/GitRank.jsx#L2
'ShieldCheck' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/Friends.jsx#L138
The 'activeDevelopers' conditional could make the dependencies of useMemo Hook (at line 144) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'activeDevelopers' in its own useMemo() Hook
Lint Check: src/pages/CodingVerse.jsx#L609
React Hook useCallback has a missing dependency: 'runPython'. Either include it or remove the dependency array