issues Search Results · language:Dune language:Python language:JavaScript language:Java language:CSS
Filter by
56.2M results
This code identifies nearly 600 duplicate paper titles:
titles = set(); duplicates = set(); idmap = {}
for p in anthology.papers():
t = str(p.title)
if t in titles:
duplicates.add(t)
...
Summary
The auto-updater currently fetches the global site blocklist (and formatters) from raw GitHub URLs pointed at main:
- packages/server-for-chrome-extension/src/blocklist-updater.js:66 ? GITHUB_RAW_BASE ...
Hardening and finalizing 1.0 ahead of the stable release.
roadmap
Several visual themes to choose from for the interface.
roadmap
New handling options for requests, including automatic approval.
roadmap
Improve the portal s list logic to better match what members actually watch.
roadmap

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.