Skip to content
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

fix(gateway): actually show directory listing details #135

Merged
merged 2 commits into from
Jul 2, 2022

Conversation

dignifiedquire
Copy link
Contributor

No description provided.

@dignifiedquire dignifiedquire requested a review from Arqu July 2, 2022 10:49
Copy link
Collaborator

@Arqu Arqu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, am I understanding this correctly that I borked the listing because I used a single iterable object and thus F'ed up the indexing by moving the index before using the same dir_list_lines again below? Ie the .lines() call effectively clones the original list and provides a fresh iterator.

@dignifiedquire
Copy link
Contributor Author

yes

@dignifiedquire dignifiedquire merged commit 1b33410 into main Jul 2, 2022
@dignifiedquire dignifiedquire deleted the fix-gateway-listings branch July 2, 2022 22:39
dignifiedquire pushed a commit that referenced this pull request Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants