mnsrulz
mnsrulz
@ahmad-moussawi any inputs on this?
> #1267 can potentially fix this issue. Can someone run some tests on that branch please? The issue still persists.
@abitbetterthanyesterday i feel like your solution is optimal but there's a small catch which is not handled and that's why we have to keep the search keyword in the state....
This would happen when the remote url doesn't return you the content-length header. There is a method which was recently added to the library https://github.com/ZJONSSON/node-unzipper/blob/7f83183d4475abeaaa9251d3511c840647bca788/lib/Open/index.js#L98 which can be helpful to...
Actually the current version (v0.10.11) of this library requires an http lib which have specific methods. The got does have all the methods but one is missing. i.e. abort() You...
And of course you can find the full code implementation and demo in https://github.com/mnsrulz/zipservice-netlify
@cpba i am noticing if you enable server side search with this change, each search is issuing two api calls instead of one. Perhaps a quick fix is to check...
> I think it'd still fire two calls if the search is started from a different page, but that'll only happen once so perhaps it isn't very important. Totally inline...
Fix https://github.com/grid-js/gridjs/issues/1330