alizx

Results 6 issues of alizx

this the error I'm getting when I'm trying to use this plugin: ``` { "error": { "root_cause": [ { "type": "generation_exception", "reason": "failed to serialize source for type [message]" }...

question

what does the number of bits mean in this algorithm? can you please provide a link to the article discussed this specific implementation of minhash algorithm?

question

I decided to wrap your code as an SPM library. As soon as I get comfortable with the PR mechanism of GitHub I'm going to send it. however, I had...

for my code to work I need to comment out these two lines. other than that it can decompress only once. ``` deinit { if (haveCDict) { ZSTD_freeCDict(compDict) } if...

Hi, Thanks for your great effort. Do you have any plan to pack your code az an SPM package? I tried to do it myself but I found out it...