-
Notifications
You must be signed in to change notification settings - Fork 8
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
Some snippets are not rendered #166
Labels
bug
Something isn't working
Comments
The snippet range is in fact correct. In our data: >>> data["logs"]["builder-live.log"]["snippets"]
[{'start_index': 258090,
'end_index': 258229,
'user_comment': 'object not declared in this scope'}]
>>> data["logs"]["builder-live.log"]["content"][258090:258229]
'\n../../designer/pluginloader.cpp:146:17: error: â\x80\x98Py_SetProgramNameâ\x80\x99 was not declared in this scope; did you mean â\x80\x98Py_GetProgramNameâ\x80' The text is visible in the rendered log file. Only the snippet highlight isn't properly rendered around it. |
FrostyX
added a commit
to FrostyX/log-detective-website
that referenced
this issue
Sep 7, 2024
Fix fedora-copr#166 The `partition` function takes only doesn't include partitions with fewer items than `n`. Therefore when we have an odd number of snippets, the last one was not being highlighted.
FrostyX
added a commit
to FrostyX/log-detective-website
that referenced
this issue
Sep 15, 2024
Fix fedora-copr#166 The `partition` function takes only doesn't include partitions with fewer items than `n`. Therefore when we have an odd number of snippets, the last one was not being highlighted.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported by @xsuchy some snippets are not visible. For example here https://logdetective.com/review/1710414808
The text was updated successfully, but these errors were encountered: