Dustin Wyatt
Dustin Wyatt
We should help the user by auto-completing GH repo names. Example implementation of searching: ```html GitHub Repo Search body { font-family: Arial, sans-serif; } .search-container { width: 300px; position: relative;...
It'd be neat to be able to just extract the models from a Django application?
Currently, on the results page, the user can download the text file or copy its contents to the clipboard. Another useful function would be to copy the text file *as...
Chromium supports "[web custom formats](https://developer.chrome.com/blog/web-custom-formats-for-the-async-clipboard-api/)" for the clipboard which should allow us to write data in multiple formats to the clipboard. As of right now, the only chatbot that I'm...
We should add a cache to the download page so we don't re-download the repo and process it every time a repo is requested. A thing to consider is that...
Currently, fflate does its processing on the main thread which is less than ideal. The library does support an async mode that uses web workers to run on a different...
It would be neat to be able to parse the text from PDFs and include them. Most of the work would happen in `downloader.file_utils.extract_text_files` and supporting functions. You'd have to...
**Description:** Enhance the flexibility of the GitHub repository URL input field on our form. **Objective:** Update the repository URL form field to handle the following input variations and normalize inputs:...
People might have private data they want to upload. I mean, they'll have to trust us to not be nefarious (just look at the source!), but at least they don't...
It would be neat to have a directory tree view of a given repository wherein the user could just directly select the files to include. Maybe integrate with #2. ##...