-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unable to traverse inside of a chunked file #461
Labels
kind/bug
A bug in existing code (including security flaws)
need/triage
Needs initial labeling and prioritization
Comments
lidel
added
kind/bug
A bug in existing code (including security flaws)
need/triage
Needs initial labeling and prioritization
labels
Nov 9, 2024
The actual bug is here:
This was another part of updating to the latest aegir.. basically we were previously doing The helper function to use in this case is ipld-explorer-components/src/lib/helpers.ts Lines 11 to 24 in b37f7c0
|
SgtPooki
added a commit
that referenced
this issue
Nov 21, 2024
Merged
SgtPooki
added a commit
that referenced
this issue
Nov 22, 2024
* test: add e2e tests * chore: generate fixtures script can start/stop kubo daemon for you * chore: generate-fixtures-script allows paths * chore: rename generate fixtures script * test: migrate test fixture/helper * test: add test for bug #461 * chore: fix dep-check * chore: apply suggestions from code review * chore: fix lint
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
A bug in existing code (including security flaws)
need/triage
Needs initial labeling and prioritization
Describe the bug
Walking into a file makes it impossible to navigate further due to no path label to click.
To Reproduce
Expected behavior
Clicking on a node without Path should still work, and navigate to respective child chunk.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: