issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:HTML linked:pr
Filter by
4.9M results
Problem
On the citation-audit success path, a judge-returned rationale field is written onto completed (non-fallback) rows with
no length bound. If a judge returns an over-long rationale, the resulting ...
Issue
useHeaderInit fetches the full user profile once on mount, guarded by !user:
// useHeaderInit.js:10-14
useEffect(() = {
if (userAuth?._id !user) {
getUser(userAuth._id);
}
}, [userAuth, ...
code-improvement
Issue
Dashboard.jsx renders null while data is loading or when the fetch fails:
// Dashboard.jsx:15-29
const Dashboard = () = {
const { stats } = useDashboardData();
return (
stats?.overview ...
code-improvement
Summary
Replace the homepage SwoLifts screenshot asset with a fresh capture from the connected Android device.
Scope
- Capture the app screen from the connected device through adb.
- Replace the ...
✅ Issue
리드미 작성
📋 To-do
- [ ] 리드미 작성
🛠 Working time
~6/7
Bug
EditCar.jsx sets the HTML min attribute to the car s current km to prevent lowering the odometer reading:
// EditCar.jsx:25
inputs={[{ name: km , type: number , value: formData?.km, min: selectedCar?.km ...
bug
Description
Before users create an account or complete signup, they should be required to accept the app’s terms and community
guidelines. This helps make expectations clear before users begin posting ...
Description
NU Sublets should have a clear Community Guidelines page that explains expected behavior for users posting, browsing,
and communicating about sublet listings. This will help set expectations, ...
Description
The app should be reviewed to ensure user input cannot be used to run SQL injection attacks. Search, filter, sort, and
query-related features should use safe ActiveRecord patterns instead ...
Summary
Expand the Storage Account Types table in the storage domain page to include a Supported Replication column, listing the
valid redundancy options (LRS, ZRS, GRS, RA-GRS, GZRS, RA-GZRS) for each ...
in-review

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.