Open Issues Need Help
View All on GitHub Improve formatting of result list 2 months ago
AI Summary: Improve the formatting of the search result list in the PaperPusher application. This involves sanitizing strings to prevent display issues, truncating titles to a fixed number of lines using ellipses, and adding visual separators between search results for better readability.
Complexity:
3/5
good first issue
create dev container 2 months ago
AI Summary: The task is to create a Docker container for the PaperPusher application, which uses GTK for its GUI. This requires researching and implementing a solution for running GTK applications within a Docker container, likely involving X11 forwarding or a virtual framebuffer.
Complexity:
4/5
help wanted