Handle `json!` panick trying to serialize non utf8 lines
Instead of panicking when trying to handle non utf8 lines we should
return null as line output.
This way we can on the frontend detect if a file has any lines the api
wasn’t able to parse and fallback to show a file as a Binary File
👉 Preview 👉 Workflow runs 👉 Branch on GitHub
Instead of panicking when trying to handle non utf8 lines we should
return null as line output.
This way we can on the frontend detect if a file has any lines the api
wasn’t able to parse and fallback to show a file as a Binary File
👉 Preview 👉 Workflow runs 👉 Branch on GitHub
Fix linter
The check-visual errors seem to be a browser render issue, not affected by this patch.
Rebase