-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the projects be their own repr
!
#94
Make the projects be their own repr
!
#94
Conversation
Co-authored-by: Akuli <[email protected]>
I really shouldn't be writing these PRs when tired :( Thank you for the review @Akuli. Slightly unrelated question, cause I don't know where else to ask: is there a reason you archived https://github.com/Akuli/issue-downloader? Do you still think something like that is plausible? |
TIL that you can't create issues on archived repos :) It was some combination of these, don't remember what exactly:
It might be possible to get that to work, feel free to try if you have time :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There's still a couple of things that are in the way (specifically comments and 1 specific version-specific project). Not sure how to handle that. Alsofixed.black
doesn't split string lines which means annoying flake8 :(Once the above is fixed, this means the project list can be modified at runtime e.g. to update dependencies or to cache some information (like runtime cost).