vizardry icon indicating copy to clipboard operation
vizardry copied to clipboard

Scry doesn't handle missing plugin descriptions correctly

Open ardagnir opened this issue 11 years ago • 1 comments

It looks like vizardry handles plugins incorrectly in Scry if there missing descriptions.

Testcase: Scry markdown

ardagnir avatar Mar 11 '14 03:03 ardagnir

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.

dbeniamine avatar Jul 21 '15 12:07 dbeniamine