Roey Berman
Roey Berman
Yes, cancel from a lang POV, I agree this requires clarification. I don’t see a good reason to report back to the server. Also good point about changing activity options,...
I generally agree that reordering is not strictly needed, it's there for a couple of reasons (there are probably more cases I missed): 1. late signal handler registration - in...
Thanks for the report, I'll take a look in the upcoming week.
Hi, it's definitely an issue with libbloom, it doesn't support filters which are larger than 2 *\* 31, this can be fixed by changing libbloom to use size_t instead of...
Here's the commit for libbloom https://github.com/EverythingMe/libbloom/commit/87c929aeb1678aab6c73108f870b7d58c5b98b92 (I started a fork since the library changed a lot in the past month and will need some modifications to inbloom).
Hi, The issue is that we lack support for Python 3. I don't think I'll be able to add Python 3 support soon. So your best options are either working...
Hi, I haven't been following up on this repo for a while now. @dvirsky and I are no longer actively maintaining it. Feel free to submit a patch, the c...
Hi, It should be easy to confirm if the issue is the size of the filter by just reducing the filter size in the example. The golang implementation is completely...
No worries, I'm glad it worked out.
Hi, I haven't used or maintained this project in a while. You raise some valid points. Is this still relevant to you?