issues Search Results · language:Dune language:TypeScript language:JavaScript language:TypeScript language:Java
Filter by
48.9M results
Reproduction
Go to:
https://stackblitz.com/edit/vitejs-vite-dkar4fzm?file=src%2Findex.css,src%2FApp.tsx
https://discord.com/channels/770287896669978684/1504783385782915082
System Info
react-router: ...
bug
Problem
superset/daos/tag.py line ~377 uses # type: ignore on an object_type argument.
Fix
Add the correct type/annotation so the # type: ignore can be removed.
Acceptance Criteria
- The # type: ...
tech-debt
Problem
superset/commands/database/export.py line ~142 suppresses a type error with # type: ignore on a functools.partial(...)
call.
Fix
Resolve the underlying typing issue and remove the # type: ignore ...
tech-debt
Kody Audit Log
Durable, append-only trail of dashboard actions (newest first). Managed by the dashboard — do not edit by hand. Surfaced
on Activity → Log.
Showing the most recent 1 of up to 150 events. ...
kody:audit-log
kody:internal
Problem
superset-frontend/src/dashboard/util/buildFilterScopeTreeEntry.ts has : any (lines ~37 nodes: any[], ~38 nodesFiltered:
any[]).
Fix
Introduce a proper tree-node type instead of any[].
Acceptance ...
tech-debt
CI is red on main.
- Run: #0 test
- Conclusion: failure
Investigate the failing run, patch the cause, and re-run until green.
from-ci-failure:main
Problem
superset-frontend/src/explore/actions/exploreActions.ts has : any (lines ~99 value: any, ~100 validationErrors?: any[]).
Fix
Replace with proper types matching the action creator signature. ...
tech-debt
Problem
superset-frontend/src/explore/components/PropertiesModal/index.tsx has : any (lines ~144 error callback, ~249 payload: {
[key: string]: any }).
Fix
Type the error object and payload explicitly. ...
tech-debt
Problem
superset-frontend/src/dashboard/actions/sliceEntities.ts has : any (lines ~84 result: any[], ~85 slice: any).
Fix
Introduce a proper Slice type for the reduce callback instead of any.
Acceptance ...
tech-debt
Problem
superset-frontend/src/explore/components/Control.tsx has : any annotations (lines ~44 validationErrors?: any[], ~75
(value: any, errors: any[])).
Fix
Replace with proper types from existing ...
tech-debt

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.