issues Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:C# language:Python
Filter by
46.9M results
@duttakapil Would you be open to a PR that updates the dependencies/tooling and keeps the app up to date while remaining
a PWA? I came across this repo while looking to build something similar and wanted ...
Raiders can submit or update their own BiS list link (e.g. a WoWhead or Raidbots URL) directly from their character
profile on the web app, rather than posting it in Discord for an officer to manually ...
enhancement
Summary of What Needs to be Done
src/hooks/useOfflineSync.js#executeSyncWithLocalLock calls localStorage.getItem(LOCK_KEY) and
localStorage.setItem(LOCK_KEY, lockData) directly (and later removes the ...
bug
Raiders can submit a request to be excluded from M+ dungeon loot consideration once they are fully geared from dungeons.
Form fields:
- Raider.io profile URL (required) -- officers use this to verify ...
enhancement
Summary of What Needs to be Done
src/utils/sessionManager.js#isSessionValid calls localStorage.getItem and document.cookie (via the path that reads
tokens) without any typeof window !== undefined guards. ...
bug
Summary of What Needs to be Done
src/utils/formRetryQueue.js defines five exported functions (saveFormData, getFormData, clearFormData, getQueue,
hasSavedData) that all call localStorage.getItem / setItem ...
bug
Summary of What Needs to be Done
src/utils/registrationGuard.js defines getRegistry / saveRegistry as module-internal helpers and exports
isAlreadyRegistered, recordRegistration, cancelRegistration, getUserRegistrations, ...
bug
Summary
When multiple users upload large PDFs simultaneously, or a single user uploads multiple files rapidly, the Express API
gateway forwards concurrent requests asynchronously to the rag-service.
...
backend
bug
enhancement
feature
fix
frontend
rag-service
Summary of What Needs to be Done
src/utils/requestSigner.js does import crypto from crypto at the top of the file. The crypto module is a Node.js
built-in that is not available in browsers. Any code ...
bug
Summary of What Needs to be Done
src/utils/roleRedactor.js#redactSensitiveData spreads {...data} into a shallow copy and then calls delete
redacted.revenue. The spread is shallow, so the top-level keys ...
bug

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.