vizardry
vizardry copied to clipboard
Scry doesn't handle missing plugin descriptions correctly
It looks like vizardry handles plugins incorrectly in Scry if there missing descriptions.
Testcase: Scry markdown
Fixed by commit 1ffee76d35e4851d0821b4bef08ce8389b6e8e6c
The problem was that empty values in github search results looks likes:
"description": null,
While a normal answer looks like:
"description": "hello world",
Therefore replacing every null, by "", in the search result before creating list of plugins and description fix the issue.