@@ -0,0 +1,4 @@
import pydash as _
res = _.compact([1, 2, 3, 0, False, ""])
print(res)
The note is not visible to the blocked user.