issues Search Results · language:Dune language:JavaScript language:HTML language:Java language:Python language:JavaScript
Filter by
61.6M results
Summary of What Needs to be Done
Replace the CryptoJS import and usage in src/utils/storageKeyManager.js with the native Web Crypto API
(crypto.subtle.digest). CryptoJS is a large Node.js crypto library ...
bug
Enforce a consistent code format.
Tasks
- [ ] Add formatter config (black or ruff format)
- [ ] Add a CI check that fails on diffs
ci-cd
Summary of What Needs to be Done
Replace the globalThis.localStorage default parameter in src/hooks/useFilterSuggestions.js with a safe deferred access
pattern. Default parameters are evaluated at call ...
bug
Summary of What Needs to be Done
Add a typeof document === undefined guard at the top of the exportToCSV function in src/hooks/useCSVExport.js. The
function directly accesses document.createElement and ...
bug
Summary of What Needs to be Done
Replace the globalThis.localStorage default parameter in src/hooks/useMultiSessionRecovery.js with a safe deferred
access pattern. Default parameters are evaluated at ...
bug
Describe the bug
I often want to compose markdown inside another markdown block. Most of the time, it s to hide some content inside a
details tag.
Typically, this:
_answer = mo.md(
**The answer** ...
bug
Add static type checking. The codebase already uses type hints extensively.
Tasks
- [ ] Add mypy config
- [ ] Add a type-check CI job
ci-cd
Documents written to a bucket while a single-field secondary index is being created can be permanently dropped from that
index. The documents are stored correctly, but the index ends up holding fewer entries ...
bug
Description
CardLists for all relevant statuses should be added to the lists pages. This will allow users to quickly see what they
have and have not watched.
Add static linting via ruff to catch unused imports, undefined names, and style issues.
Tasks
- [ ] Add ruff config
- [ ] Add a lint job in CI
ci-cd

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.