julia-fix

Results 4 comments of julia-fix

@rootgrandfather Unfortunately no, rewrited my code to use local storage instead of cookies.

Is there any progress on this issue? Or any way to get original FileReader while still using this plugin? Some of others plugin I use depends on this plugin so...

@yuganghe please read the last line of my question

Ok I got the solution, it seems like we have to deal with stringified value: ``` filters: { tags: { $containsi: '"' + decodedTag + '"', }, }, ``` Would...